mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
fix blank character after opening bracket in function calls
This commit is contained in:
@@ -18,7 +18,7 @@ class Mark_Button extends Plugin {
|
||||
$marked_pic = "";
|
||||
$id = $line["id"];
|
||||
|
||||
if (get_pref( "COMBINED_DISPLAY_MODE")) {
|
||||
if (get_pref("COMBINED_DISPLAY_MODE")) {
|
||||
if (sql_bool_to_bool($line["marked"])) {
|
||||
$marked_pic = "<img
|
||||
src=\"images/mark_set.svg\"
|
||||
|
||||
Reference in New Issue
Block a user