summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-04 08:46:19 +0100
committerAndrew Dolgov <[email protected]>2008-05-04 08:46:19 +0100
commit9617eb94042e3bf47be834340de03ee85455920c (patch)
tree77bcca55075ff14296f2d49c3361ebe14b82c644
parent3818a89ba0464be25c6901e77eb5b57f6c3b1817 (diff)
enable inline search for CDM
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 719316461..3c85db1c3 100644
--- a/functions.php
+++ b/functions.php
@@ -5056,7 +5056,7 @@
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>
";