From f1759786d7822dcaff983bbe6a9281895aad453d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 14 Jan 2022 18:03:50 +0300 Subject: rework several instances of translated strings being used with single quotes as HTML element attribute values --- plugins/note/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/note/init.php') diff --git a/plugins/note/init.php b/plugins/note/init.php index 28d3c8c3a..a22b2894d 100644 --- a/plugins/note/init.php +++ b/plugins/note/init.php @@ -18,7 +18,7 @@ class Note extends Plugin { function hook_article_button($line) { return "note"; + style='cursor : pointer' title=\"".__('Edit article note')."\">note"; } function edit() : void { -- cgit v1.2.3