summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 16:42:22 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 16:42:22 +0100
commit83957936be18e56ba4814154256b577cd374deec (patch)
treef7c58c1a38312457b6c4500068978cf3602a0e21 /backend.php
parent4f3a84f4d336a6d9bb1172873a063ff8a8b390ec (diff)
cleaned up unread/selected style mess (for tags)
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 977f3fd83..e0616483d 100644
--- a/backend.php
+++ b/backend.php
@@ -352,7 +352,7 @@
$unread = $tags[$tag];
- $class = "odd";
+ $class = "tag";
if ($unread > 0) {
$class .= "Unread";