summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 05:59:21 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 05:59:21 +0100
commit234e467cad708a98044cdcd647466e48feb9835b (patch)
tree89fc744929c47b17cbe1097e75c1cc931c161126 /backend.php
parentd6e5706d7e127c747a9ff4dd092676fadf616af3 (diff)
fix name display in catchup prompt in category view mode
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 507722379..73bcea6a9 100644
--- a/backend.php
+++ b/backend.php
@@ -389,7 +389,7 @@
$cat_id = sprintf("%d", $cat_id);
print "<li class=\"feedCat\" id=\"FCAT-$cat_id\">
- <a href=\"javascript:toggleCollapseCat($cat_id)\">$tmp_category</a>
+ <a id=\"FCATN-$cat_id\" href=\"javascript:toggleCollapseCat($cat_id)\">$tmp_category</a>
<a href=\"javascript:viewCategory($cat_id)\" id=\"FCAP-$cat_id\">
<span id=\"FCATCTR-$cat_id\"
class=\"$catctr_class\">($cat_unread unread)$ellipsis</span>