summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-07 21:52:41 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-07 21:52:41 -0400
commit4b154de4526d25fe810f1f371d9707789994e858 (patch)
tree77d17e41eb269a73550f263fce26ed12301fc183 /templates/part.items.php
parent5754af967cb92c49ae90c544725eb5a9ed33fc59 (diff)
mark as read item working now
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index d1336b838..33bffc8ee 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -14,7 +14,7 @@ foreach($items as $item) {
echo '<div class="title_read">' . $title . '</div>';
}
else {
- echo '<div class="title_unread" onClick="News.Feed.markItem(' . $item->getId() . ')">' . $title . '</div>';
+ echo '<div class="title_unread" onClick="News.Feed.markItem(' . $item->getId() . ')">' . $title . '</div>';
}
echo '<div class="body">' . $item->getBody() . '</div></li>';
}