Quellcode durchsuchen

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

potential HTML tags cannot be nested within the <p> context.
bubble
Livio Soares vor 9 Jahren
Ursprung
Commit
aef4574958
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/main/template/operation.handlebars

+ 1
- 1
src/main/template/operation.handlebars Datei anzeigen

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


Laden…
Abbrechen
Speichern