summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-11 12:28:45 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-11 12:28:45 -0400
commit14683ee6f1381004193621d00a4ece3737bc80a4 (patch)
tree7577e3c5e4ecea18ecf5585805d1deaa2eae2260 /templates/part.items.php
parent3443468538567c2cd23dc43b101b284c6af1a2e8 (diff)
parent07ae82b108e39efea7081d1e0a4160a85591a72b (diff)
fix conflicts of merge
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 20701fff9..ff372fafb 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -5,6 +5,7 @@ $feedid = isset($_['feedid']) ? $_['feedid'] : '';
$itemmapper = new OCA\News\ItemMapper();
$items = $itemmapper->findAll($feedid);
+echo '<div id="feed_items">';
echo '<ul>';
foreach($items as $item) {
if($item->isRead()){
@@ -20,3 +21,4 @@ foreach($items as $item) {
}
echo '</ul>';
+echo '</div>';