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,7 +30,7 @@
30 <% plugin_links.each do |link| %> 30 <% plugin_links.each do |link| %>
31 <tr><td><%= link_to link[:title], link[:url] %></td></tr> 31 <tr><td><%= link_to link[:title], link[:url] %></td></tr>
32 <% end %> 32 <% end %>
33 - <table> 33 + </table>
34 <% end %> 34 <% end %>
35 35
36 <h2><%= _('Enterprise-related settings') %></h2> 36 <h2><%= _('Enterprise-related settings') %></h2>