From 5b8a96472f7148efec03954bb524fa8a10351795 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 6 Apr 2014 11:03:57 +0000 Subject: [PATCH] Missing closing tag (#3177). git-svn-id: http://svn.redmine.org/redmine/trunk@13052 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/admin/plugins.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ <% end %> -

<%= l(:label_check_for_updates) %> +

<%= l(:label_check_for_updates) %>

<% else %>

<%= l(:label_no_data) %>

<% end %> -- 2.39.5