From 14138de371465cfff8d2e150007fd2e5a474e32a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 9 May 2014 01:21:20 -0700 Subject: [PATCH] fix stray quote mark --- src/Linkification/Linkify.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ,