]> git.wh0rd.org Git - tt-rss.git/commitdiff
enable inline search for CDM
authorAndrew Dolgov <fox@madoka.spb.ru>
Sun, 4 May 2008 07:46:19 +0000 (08:46 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Sun, 4 May 2008 07:46:19 +0000 (08:46 +0100)
functions.php

index 7193164610914c99413c81fb4a2167ca299e1ecd..3c85db1c32f6fde2654e4cb1ebe74c348b67aba1 100644 (file)
 
                                        print "<div class=\"articleUpdated\">$updated_fmt $score_pic</div>";
 
-                                       print "<span class=\"titleWrap$hlc_suffix\"><a class=\"title\" 
+                                       print "<span id=\"RTITLE-$id\" class=\"titleWrap$hlc_suffix\"><a class=\"title\" 
                                                onclick=\"javascript:toggleUnread($id, 0)\"
                                                target=\"_blank\" href=\"".$line["link"]."\">".$line["title"]."</a>
                                                ";