Commit 2c17e89891001dd533022ecbc46e7ddc60bd5c4e

Authored by Antonio Terceiro
1 parent cbac61f7

Fix malformed HTML

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/admin_panel/index.rhtml
... ... @@ -30,7 +30,7 @@
30 30 <% plugin_links.each do |link| %>
31 31 <tr><td><%= link_to link[:title], link[:url] %></td></tr>
32 32 <% end %>
33   - <table>
  33 + </table>
34 34 <% end %>
35 35  
36 36 <h2><%= _('Enterprise-related settings') %></h2>
... ...