diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee
index 1e0819fc2..df102e3a3 100755
--- a/src/Linkification/Linkify.coffee
+++ b/src/Linkification/Linkify.coffee
@@ -267,7 +267,7 @@ Linkify =
style: 'border: 0; width: auto; height: auto;'
el: (a) ->
el = $.el 'div',
- innerHTML: "
"
+ innerHTML: '
'
el.firstChild.href = el.firstChild.firstChild.src = a.dataset.href
el
,