summaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-04-06 11:03:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-04-06 11:03:57 +0000
commit5b8a96472f7148efec03954bb524fa8a10351795 (patch)
treed684612726d48e21bc2569334f399c0d9943d7b2 /app/views/admin
parent1c208fcc867c4df33c78de85d2130980b4c94130 (diff)
downloadredmine-5b8a96472f7148efec03954bb524fa8a10351795.tar.gz
redmine-5b8a96472f7148efec03954bb524fa8a10351795.zip
Missing closing tag (#3177).
git-svn-id: http://svn.redmine.org/redmine/trunk@13052 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/plugins.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/plugins.html.erb b/app/views/admin/plugins.html.erb
index 2fb8096d5..9a9c71e40 100644
--- a/app/views/admin/plugins.html.erb
+++ b/app/views/admin/plugins.html.erb
@@ -14,7 +14,7 @@
</tr>
<% end %>
</table>
-<p><a href="#" id="check-for-updates"><%= l(:label_check_for_updates) %></a>
+<p><a href="#" id="check-for-updates"><%= l(:label_check_for_updates) %></a></p>
<% else %>
<p class="nodata"><%= l(:label_no_data) %></p>
<% end %>