]> git.wh0rd.org Git - tt-rss.git/commitdiff
unescape label caption in feedlist
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Aug 2006 08:11:57 +0000 (09:11 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Aug 2006 08:11:57 +0000 (09:11 +0100)
backend.php

index 292f5e615ffb3bd4ed1dc9d3a908c890f2409c0e..18e7683663b1e649a0ff116de202868f14103219 100644 (file)
                                        error_reporting (DEFAULT_ERROR_LEVEL);
        
                                        printFeedEntry(-$line["id"]-11, 
-                                               $class, $line["description"], $count, "images/label.png", $link);
+                                               $class, db_unescape_string($line["description"]), 
+                                               $count, "images/label.png", $link);
                
                                }