Browse Source

operation.handlebars: Using a <div> around {{{description}}} is more robust to

potential HTML tags cannot be nested within the <p> context.
bubble
Livio Soares 9 years ago
parent
commit
aef4574958
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/template/operation.handlebars

+ 1
- 1
src/main/template/operation.handlebars View File

@@ -22,7 +22,7 @@
{{/if}}
{{#if description}}
<h4>Implementation Notes</h4>
<p class="markdown">{{{description}}}</p>
<div class="markdown">{{{description}}}</div>
{{/if}}
{{#oauth}}
<div class="auth">


Loading…
Cancel
Save