diff options
-rw-r--r-- | web/views/sources.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/sources.erb b/web/views/sources.erb index 4186d22..a08a864 100644 --- a/web/views/sources.erb +++ b/web/views/sources.erb @@ -28,7 +28,7 @@ <tr> <td class="<%= c %>"><img src="<%= source.imgurl(16) %>" width="16" height="16" alt=""/> <%= h(source.name) %> <td class="tc<%= c %> nowrap"><%= h(source.data_until) %> UTC</td> - <td class="tc<%= c %> nowrap"><%= h(source.update_start + ' ' + t.pages.sources.to + ' ' + source.update_end) %> UTC</td> + <td class="tc<%= c %> nowrap"><%= h(source.update_start.to_s + ' ' + t.pages.sources.to + ' ' + source.update_end.to_s) %> UTC</td> </tr> <% end %> </table> |