From 547c434b9126f649b027850a7a482fd67aade62f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 14 Jan 2022 18:06:59 +0300 Subject: rework several instances of translated strings being used with single quotes as HTML element attribute values --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "mail_outline"; + title=\"".__('Forward by email (mailto:)')."\">mail_outline"; } function emailArticle() : void { -- cgit v1.2.3