Commit cafd09d9e5beaaf46884cc1f12f9007e09ff3ec3

Authored by Antonio Terceiro
1 parent a005c996

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>