mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:45:55 +00:00
rework several instances of translated strings being used with single quotes as HTML element attribute values
This commit is contained in:
@@ -52,7 +52,7 @@ class Af_Readability extends Plugin {
|
||||
|
||||
function hook_article_button($line) {
|
||||
return "<i class='material-icons' onclick=\"Plugins.Af_Readability.embed(".$line["id"].")\"
|
||||
style='cursor : pointer' title='".__('Toggle full article text')."'>description</i>";
|
||||
style='cursor : pointer' title=\"".__('Toggle full article text')."\">description</i>";
|
||||
}
|
||||
|
||||
function hook_prefs_tab($args) {
|
||||
|
||||
Reference in New Issue
Block a user