From: Andrew Dolgov Date: Sun, 20 Oct 2013 05:09:16 +0000 (+0400) Subject: printTagSelect: work correctly on tags with spaces X-Git-Tag: 1.11~37 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=29f7ec0ae3adaf947eb187812b0a689fd35a03af;p=tt-rss.git printTagSelect: work correctly on tags with spaces --- diff --git a/classes/dlg.php b/classes/dlg.php index cfa960d9..d1b5745e 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 "";