From 29f7ec0ae3adaf947eb187812b0a689fd35a03af Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Oct 2013 09:09:16 +0400 Subject: [PATCH] printTagSelect: work correctly on tags with spaces --- classes/dlg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/dlg.php b/classes/dlg.php index cfa960d9a..d1b5745e7 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -176,7 +176,7 @@ class Dlg extends Handler_Protected { while ($row = $this->dbh->fetch_assoc($result)) { $tmp = htmlspecialchars($row["tag_name"]); - print ""; + print ""; } print "";