summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-01-14 18:07:58 +0300
committerAndrew Dolgov <[email protected]>2022-01-14 18:07:58 +0300
commit6162961ad549f7dfce33da24da3d1eaba279a77b (patch)
tree28f8f1cc72fb0d53ff6a3d580d554630ac3d8995
parent8e293e228e22bdc60efce098d4b9da37aaea7ffd (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 6b0dc1c..5944722 100644
--- a/init.php
+++ b/init.php
@@ -74,7 +74,7 @@ class Mail extends Plugin {
function hook_article_button($line) {
return "<i class='material-icons' style=\"cursor : pointer\"
onclick=\"Plugins.Mail.send(".$line["id"].")\"
- title='".__('Forward by email')."'>mail</i>";
+ title=\"".__('Forward by email')."\">mail</i>";
}
function emailArticle() : void {