Skip to content

Commit 0701ca2

Browse files
committed
remove another quote
1 parent 2a339ac commit 0701ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/js/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ var pcminer = (function () {
624624
encodeForUrl(list[i].author) +
625625
'\' target="_blank">Google</a><br>';
626626
text +=
627-
"<a href='https://scholar.google.com/scholar?q=author%3A\"" +
627+
"<a href='https://scholar.google.com/scholar?q=author%3A" +
628628
encodeForUrl(list[i].author) +
629629
'\' target="_blank">Google Scholar</a><br>';
630630
text +=

0 commit comments

Comments
 (0)