[fix] fix typo - missing `;` for `"` (#469)

This commit is contained in:
calfzhou 2024-05-22 16:12:04 +08:00 committed by GitHub
parent 589efabefb
commit b9b9324705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function layoutDiv() {
el += ' target="_blank" rel="external nofollow noopener noreferrer"'; el += ' target="_blank" rel="external nofollow noopener noreferrer"';
} }
if (item == 'wechat') { if (item == 'wechat') {
el += ' onclick="util.toggle("qrcode-wechat&quot)"'; el += ' onclick="util.toggle("qrcode-wechat")"';
} else if (item == 'weibo') { } else if (item == 'weibo') {
el += ' href="https://service.weibo.com/share/share.php?url=' + page.permalink; el += ' href="https://service.weibo.com/share/share.php?url=' + page.permalink;
el += '&title=' + page.title + ' - ' + config.title; el += '&title=' + page.title + ' - ' + config.title;