[FIX] Issue with oembed (#19886)

pull/19901/head
Martin Schoeler 6 years ago committed by GitHub
parent a70d22300d
commit 5c23deecbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/oembed/client/oembedFrameWidget.html

@ -23,7 +23,7 @@
{{#if meta.oembedDescription}}
<p>{{meta.oembedDescription}}</p>
{{/if}}
{{{meta.oembedHtml}}}
<iframe srcdoc={{meta.oembedHtml}}></iframe>
{{/unless}}
</blockquote>
{{/if}}

Loading…
Cancel
Save