mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:05:56 +00:00
rework several instances of translated strings being used with single quotes as HTML element attribute values
This commit is contained in:
@@ -18,7 +18,7 @@ class Note extends Plugin {
|
||||
|
||||
function hook_article_button($line) {
|
||||
return "<i class='material-icons' onclick=\"Plugins.Note.edit(".$line["id"].")\"
|
||||
style='cursor : pointer' title='".__('Edit article note')."'>note</i>";
|
||||
style='cursor : pointer' title=\"".__('Edit article note')."\">note</i>";
|
||||
}
|
||||
|
||||
function edit() : void {
|
||||
|
||||
Reference in New Issue
Block a user