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 "";