summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-11-18 19:20:31 +0100
committerAndrew Dolgov <[email protected]>2006-11-18 19:20:31 +0100
commitddfcf66e096bcb8a204c16c65502155b1939cb0e (patch)
tree3da792659c641dd10b9ce95915fc7de7c7739611 /functions.php
parentd5f747791eba33dd53d2f23eb9be4d1a0437bfb3 (diff)
fix disappearing ellipsis on collapsed feeds when updating counters
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 6a82b1499..da64737eb 100644
--- a/functions.php
+++ b/functions.php
@@ -2925,7 +2925,7 @@
<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\"
- class=\"$catctr_class\">($cat_unread unread)$ellipsis</span>
+ class=\"$catctr_class\">($cat_unread unread)</span> $ellipsis
</a></li>";
// !!! NO SPACE before <ul...feedCatList - breaks firstChild DOM function