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:
@@ -22,7 +22,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if description}}
|
{{#if description}}
|
||||||
<h4>Implementation Notes</h4>
|
<h4>Implementation Notes</h4>
|
||||||
<p class="markdown">{{{description}}}</p>
|
<div class="markdown">{{{description}}}</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#oauth}}
|
{{#oauth}}
|
||||||
<div class="auth">
|
<div class="auth">
|
||||||
|
|||||||
Reference in New Issue
Block a user