mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
fix blank character after opening bracket in function calls
This commit is contained in:
@@ -15,7 +15,7 @@ class Close_Button extends Plugin {
|
||||
}
|
||||
|
||||
function hook_article_button($line) {
|
||||
if (!get_pref( "COMBINED_DISPLAY_MODE")) {
|
||||
if (!get_pref("COMBINED_DISPLAY_MODE")) {
|
||||
$rv = "<img src=\"plugins/close_button/button.png\"
|
||||
class='tagsPic' style=\"cursor : pointer\"
|
||||
onclick=\"closeArticlePanel()\"
|
||||
|
||||
Reference in New Issue
Block a user