diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-03-04 13:55:52 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-03-04 13:55:52 +0100 |
| commit | 12e895ee9886bfa676f6185f37e6f05d2548e292 (patch) | |
| tree | 08a5e170d03bc3eca03ed43626156be0c3055c3f | |
| parent | 9ec587042ebd7c33ab3ee66da5a74949dc904817 (diff) | |
fix typo in feedlist generator
| -rw-r--r-- | functions.php | 2 |
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 |