Commit cafd09d9e5beaaf46884cc1f12f9007e09ff3ec3
1 parent
a005c996
Exists in
master
and in
28 other branches
ActionItem898: fixing wrong unclosed tag
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/shared/not_found.rhtml
@@ -7,5 +7,5 @@ | @@ -7,5 +7,5 @@ | ||
7 | <ul> | 7 | <ul> |
8 | <li><%= link_to _('Go to the site home page'), :controller => 'home' %></li> | 8 | <li><%= link_to _('Go to the site home page'), :controller => 'home' %></li> |
9 | <li><%= link_to _('Go back'), :back %></li> | 9 | <li><%= link_to _('Go back'), :back %></li> |
10 | - <ul> | 10 | + </ul> |
11 | </div> | 11 | </div> |