summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-01-14 18:06:59 +0300
committerAndrew Dolgov <[email protected]>2022-01-14 18:06:59 +0300
commit547c434b9126f649b027850a7a482fd67aade62f (patch)
tree59f1c225efb6f4e1198aa33860270f85257612c2
parenteba619289d8a33451312a11b913e9f663ac002aa (diff)
rework several instances of translated strings being used with single quotes as HTML element attribute values
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index 2e7193d..d934039 100644
--- a/init.php
+++ b/init.php
@@ -23,7 +23,7 @@ class MailTo extends Plugin {
function hook_article_button($line) {
return "<i class='material-icons' style=\"cursor : pointer\"
onclick=\"Plugins.Mailto.send(".$line["id"].")\"
- title='".__('Forward by email (mailto:)')."'>mail_outline</i>";
+ title=\"".__('Forward by email (mailto:)')."\">mail_outline</i>";
}
function emailArticle() : void {