summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs
index 9f62f211344..c1244ff82e6 100644
--- a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs
+++ b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs
@@ -67,7 +67,7 @@
{{else}}
<input type="text" name="{{key}}" value="{{value}}" placeholder="{{defaultValue}}"/>
{{/eq}}
- <div class="note">{{description}}</div>
+ <div class="note">{{htmlDesc}}</div>
{{#if extra}}
<div class="note">{{extra}}</div>
{{/if}}