]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8842 Fix typo in api/components/search_projects description
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Wed, 29 Mar 2017 09:20:26 +0000 (11:20 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Fri, 31 Mar 2017 06:52:15 +0000 (08:52 +0200)
server/sonar-server/src/main/java/org/sonar/server/component/ws/SearchProjectsAction.java

index 2fba735fdf96540d3237e0b9599ff5d282d7bfbc..fd148a031f9fc3d145c1cdb33b91d786d7b0b2e0 100644 (file)
@@ -157,7 +157,7 @@ public class SearchProjectsAction implements ComponentsWsAction {
         " <li>to filter on a single language you can use 'language = java'</li>" +
         " <li>to filter on several languages you must use 'language IN (java, js)'</li>" +
         "</ul>" +
-        "Use the WS api/languages/list to find the key of a language." +
+        "Use the WS api/languages/list to find the key of a language.<br> " +
         "To filter on tags use the 'tag' keyword:" +
         "<ul> " +
         " <li>to filter on one tag you can use <code>tag = finance</code></li>" +