summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-05-30 11:51:21 +0300
committerAndrew Dolgov <[email protected]>2022-05-30 11:51:21 +0300
commite9773592a5bcc7ca9c559db77f96755d905d24ca (patch)
treee97337bcfff52e0b275e4ae53860ca9210e795b2
parent55ffb031c23f753e5d9fc80f8e9387e751b3971c (diff)
update external links
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index c14026c..d13234c 100644
--- a/init.php
+++ b/init.php
@@ -18,7 +18,7 @@ class Close_Button extends Plugin {
if (!get_pref(Prefs::COMBINED_DISPLAY_MODE)) {
return "<i class='material-icons icon-close-article'
style='cursor : pointer' onclick='Article.close()'
- title='".__('Close article')."'>close</i>";
+ title=\"".__('Close article')."\">close</i>";
}
return "";
}