summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-04 13:55:52 +0100
committerAndrew Dolgov <[email protected]>2007-03-04 13:55:52 +0100
commit12e895ee9886bfa676f6185f37e6f05d2548e292 (patch)
tree08a5e170d03bc3eca03ed43626156be0c3055c3f /functions.php
parent9ec587042ebd7c33ab3ee66da5a74949dc904817 (diff)
fix typo in feedlist generator
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 6a4d635b8..559b82c0a 100644
--- a/functions.php
+++ b/functions.php
@@ -3045,7 +3045,7 @@
$catctr_class = ($cat_unread > 0) ? "catCtrHasUnread" : "catCtrNoUnread";
print "<li class=\"feedCat\" id=\"FCAT-$cat_id\">
- <a id=\"FCATN-$cat_id\" href=\"#\"onclick=\"javascript:toggleCollapseCat($cat_id)\">$tmp_category</a>
+ <a id=\"FCATN-$cat_id\" href=\"#\" onclick=\"javascript:toggleCollapseCat($cat_id)\">$tmp_category</a>
<a href=\"#\" onclick=\"javascript:viewCategory($cat_id)\" id=\"FCAP-$cat_id\">
<span id=\"FCATCTR-$cat_id\" title=\"Click to browse category\"
class=\"$catctr_class\">($cat_unread)</span> $ellipsis