diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 70621bb81..7516381ba 100755 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -295,7 +295,7 @@ Linkify = return div.textContent = "ERROR: Not a valid filetype" unless embed switch embed.type when 'video/mp4', 'video/webm', 'video/ogv' - $.extend el, <%= html('') %> + $.extend el, <%= html('') %> for ext, i in ['mp4', 'webm'] el.firstChild.children[i].src = "https://mediacru.sh/#{a.dataset.uid}.#{ext}" when 'image/svg+xml', 'image/png', 'image/gif', 'image/jpeg'