diff options
Diffstat (limited to 'app/views/activities/index.html.erb')
-rw-r--r-- | app/views/activities/index.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 64f7f6a85..7a97b7fbe 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -16,8 +16,7 @@ <%= link_to(l(:label_next) + " \xc2\xbb", {:params => request.query_parameters.merge(:from => @date_to + @days - 1)}, :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1)), - :accesskey => accesskey(:next)) %><% end %> - </li> + :accesskey => accesskey(:next)) %></li><% end %> </ul> </span> |