Skip to content

Commit

Permalink
[fix] fix typo - missing ; for " (xaoxuu#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
calfzhou authored May 22, 2024
1 parent 6eceea7 commit 42cf773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/main/article/article_footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function layoutDiv() {
el += ' target="_blank" rel="external nofollow noopener noreferrer"';
}
if (item == 'wechat') {
el += ' onclick="util.toggle("qrcode-wechat&quot)"';
el += ' onclick="util.toggle("qrcode-wechat")"';
} else if (item == 'weibo') {
el += ' href="https://service.weibo.com/share/share.php?url=' + page.permalink;
el += '&title=' + page.title + ' - ' + config.title;
Expand Down

0 comments on commit 42cf773

Please sign in to comment.