]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6379 fix minor typo in action description
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 4 May 2015 07:34:24 +0000 (09:34 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 4 May 2015 07:34:24 +0000 (09:34 +0200)
server/sonar-server/src/main/java/org/sonar/server/plugins/ws/UpdatesPluginsWsAction.java

index 090541f3485f97bc1d352ac7abc754c60bce77bc..0aedfd319fe50ddcee6bfcddb20e897d1cae02a7 100644 (file)
@@ -73,7 +73,7 @@ public class UpdatesPluginsWsAction implements PluginsWsAction {
   public void define(WebService.NewController controller) {
     controller.createAction("updates")
       .setDescription("Lists plugins installed on the SonarQube instance for which at least one newer version is available, sorted by plugin name." +
-        "br/>" +
+        "<br/>" +
         "Each newer version is listed, ordered from the oldest to the newest, with its own update/compatibility status." +
         "<br/>" +
         "Plugin information is retrieved from Update Center. Date and time at which Update Center was last refreshed is provided in the response." +