Skip to content

Commit

Permalink
Allow HTML in oembed url description. Fixes #522
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Aug 21, 2015
1 parent 43ab6c6 commit 9dd3bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rocketchat-oembed/client/oembedUrlWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<strong>{{title}}</strong>
</div>
{{/if}}
{{description}}
{{{description}}}
</div>
</blockquote>
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-oembed/client/oembedYoutubeWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<blockquote>
<a href="{{url}}">{{parsedUrl.host}}</a><br>
<iframe width="355" height="200" src="{{meta.twitterPlayer}}" frameborder="0" allowfullscreen></iframe><br>
{{meta.description}}
{{{meta.description}}}
</blockquote>
{{/if}}
</template>

0 comments on commit 9dd3bef

Please sign in to comment.