]> source.dussan.org Git - sonarqube.git/commitdiff
Fix escaping of language in Q profiles page
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 17 Mar 2014 16:08:18 +0000 (17:08 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 17 Mar 2014 16:08:23 +0000 (17:08 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb

index f140c26e36b90817bb8b37db2e39191975cca7bd..c171664b6dcadaafc23dcecdd1f4eb12bb640c92 100644 (file)
@@ -22,7 +22,7 @@
     <% if profiles_administrator? %>
       <ul style="float: right" class="horizontal">
         <li class="marginleft10 add">
-          <a id="create-link-<%= language.getKey() -%>" href="<%= ApplicationController.root_context -%>/profiles/create_form?language=<%= language.getKey() -%>"
+          <a id="create-link-<%= language.getKey() -%>" href="<%= ApplicationController.root_context -%>/profiles/create_form?language=<%= language.getKey() -%>"
              class="open-modal link-action"><%= message('create') -%></a>
         </li>
       </ul>