summaryrefslogtreecommitdiff
path: root/plugins/mark_button
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 18:34:18 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 18:34:18 +0400
commita42c55f02b7e313ab61bf826794d0888f2dceae1 (patch)
tree7946572f0e45015a0b54830bd1296be548584ed8 /plugins/mark_button
parent72ff0137298f60970c664f0be24327b120bf4ac7 (diff)
fix blank character after opening bracket in function calls
Diffstat (limited to 'plugins/mark_button')
-rw-r--r--plugins/mark_button/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mark_button/init.php b/plugins/mark_button/init.php
index 1ed2ea438..b6a311bc3 100644
--- a/plugins/mark_button/init.php
+++ b/plugins/mark_button/init.php
@@ -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\"