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

potential HTML tags cannot be nested within the <p> context.
This commit is contained in:
Livio Soares
2015-03-20 16:37:54 -04:00
parent b181fa95a0
commit aef4574958

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">