]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5556 In the activation popup, make it possible to read the description of each...
authorStas Vilchik <vilchiks@gmail.com>
Wed, 7 Jan 2015 09:11:23 +0000 (10:11 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 7 Jan 2015 09:12:18 +0000 (10:12 +0100)
server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-profile-activation.hbs

index dc3374d8d460d2279f6e474e30dd89a6fdc1fb8e..302da1eaaf66e23f43d7c18dd80c189894fc8ab2 100644 (file)
@@ -56,7 +56,7 @@
               <input type="text" name="{{key}}" value="{{value}}" placeholder="{{defaultValue}}">
               {{/eq}}
             {{/eq}}
-            <div class="note">{{description}}</div>
+            <div class="note">{{{htmlDesc}}}</div>
             {{#if extra}}
               <div class="note">{{extra}}</div>
             {{/if}}