diff --git a/index.js b/index.js index 1ae68d8..9d11c32 100644 --- a/index.js +++ b/index.js @@ -123,15 +123,15 @@ function renderSelectList() { render_info = ', bitmap'; } $('#select-font').append( - '
' + + '
' + '' + - '' + v.name + '' + - '' + v.author + ' (' + v.year + ') — ' + v.style + render_info + liga_info + '' + + '' + v.name + '' + + '' + v.author + ' (' + v.year + ') — ' + v.style + render_info + liga_info + '' + '' + '' + pinIcon + '' + - ' Info & Download' + icon + '
' + ' Info & Download' + icon + '
' ); }); selectFont();