summaryrefslogtreecommitdiffstats
path: root/app/views/admin/info.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/info.rhtml')
-rw-r--r--app/views/admin/info.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/info.rhtml b/app/views/admin/info.rhtml
index d84d2ad32..179fda1a8 100644
--- a/app/views/admin/info.rhtml
+++ b/app/views/admin/info.rhtml
@@ -12,7 +12,7 @@
 
<h3 class="icon22 icon22-plugin">Plugins</h3>
<table class="list">
- <% @plugins.keys.sort.each do |plugin| %>
+ <% @plugins.keys.sort {|x,y| x.to_s <=> y.to_s}.each do |plugin| %>
<tr class="<%= cycle('odd', 'even') %>">
<td><%=h @plugins[plugin].name %></td>
<td><%=h @plugins[plugin].description %></td>