fix stray quote mark
This commit is contained in:
parent
546c5d3297
commit
14138de371
@ -267,7 +267,7 @@ Linkify =
|
|||||||
style: 'border: 0; width: auto; height: auto;'
|
style: 'border: 0; width: auto; height: auto;'
|
||||||
el: (a) ->
|
el: (a) ->
|
||||||
el = $.el 'div',
|
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.firstChild.href = el.firstChild.firstChild.src = a.dataset.href
|
||||||
el
|
el
|
||||||
,
|
,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user