aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-04-14 08:57:30 +0000
committerfrancis <francis>2008-04-14 08:57:30 +0000
commitb7ade12feaf97a2bde232e05e8ef86cba0df50bb (patch)
tree1376aca4e944ca8cc725040122808be38d41af54
parentd0784db3754b4fd32e9583220f89d89c3af490c0 (diff)
Fix HTML if there are no admin actions pending
-rw-r--r--app/views/admin/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml
index 3e28bb9ef..c356b5994 100644
--- a/app/views/admin/index.rhtml
+++ b/app/views/admin/index.rhtml
@@ -41,7 +41,7 @@
<% end %>
<% if @requires_admin_requests.size == 0 and @two_week_old_unclassified.size == 0 and @blank_contacts.size == 0 %>
- No pending administration required.
+ <p>No pending administration required.</p>
<% end %>