Defect #37875 ยป fix_html_syntax_error.patch
| app/views/activities/index.html.erb | ||
|---|---|---|
| 16 | 16 |
<%= link_to(l(:label_next) + " \xc2\xbb", |
| 17 | 17 |
{:params => request.query_parameters.merge(:from => @date_to + @days - 1)},
|
| 18 | 18 |
:title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1)), |
| 19 |
:accesskey => accesskey(:next)) %><% end %> |
|
| 20 |
</li> |
|
| 19 |
:accesskey => accesskey(:next)) %></li><% end %> |
|
| 21 | 20 |
</ul> |
| 22 | 21 |
</span> |
| 23 | 22 |
|