From 3139da24dc02b3e16787df115a09b0fa0e833e6b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 28 Sep 2011 18:11:03 +0200 Subject: [PATCH] Add HTML ID to the links of the filters popup --- .../main/webapp/WEB-INF/app/views/filters/search_path.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/search_path.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/search_path.html.erb index a3dc8ced1fe..07ac8785aa8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/search_path.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/search_path.html.erb @@ -38,7 +38,7 @@ <% path_name=snapshot.path_name %> <%= path_name -%> - <%= message('select_verb') -%> + <%= message('select_verb') -%> <% end end %> -- 2.39.5