fix stray quote mark

This commit is contained in:
ccd0 2014-05-09 01:21:20 -07:00
parent 546c5d3297
commit 14138de371

View File

@ -267,7 +267,7 @@ Linkify =
style: 'border: 0; width: auto; height: auto;'
el: (a) ->
el = $.el 'div',
innerHTML: "<a target=_blank><img'></a>"
innerHTML: '<a target="_blank"><img></a>'
el.firstChild.href = el.firstChild.firstChild.src = a.dataset.href
el
,