From 9dd7b4bf79546fe54400cee2a79d01b6a86331cd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 16 Aug 2012 16:45:53 +0200 Subject: made all entries look the same in the feedsbar --- templates/part.items.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/part.items.php') diff --git a/templates/part.items.php b/templates/part.items.php index 3d9c366d6..efe37821a 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -30,6 +30,9 @@ foreach($items as $item) { echo '
  • '; + echo '

    ' . '

    '; + echo '
    '; echo '
      '; echo '
    • '; @@ -40,9 +43,6 @@ foreach($items as $item) { echo '
    '; echo '
    '; - echo '

    ' . '

    '; - echo '

    ' . $item->getTitle() . '

    '; if(trim($item->getAuthor()) == ''){ -- cgit v1.2.3