From f865c161bb2db6d6dd37fc697bf712d77a4cce2b Mon Sep 17 00:00:00 2001 From: Laurent Opprecht Date: Wed, 4 Apr 2012 13:59:22 +0200 Subject: [PATCH] plugin rss: css bug + add html 5 scoped attribute --- plugin/rss/index.php | 62 ++++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/plugin/rss/index.php b/plugin/rss/index.php index 511ad3cbde..1ca67c8f59 100644 --- a/plugin/rss/index.php +++ b/plugin/rss/index.php @@ -8,7 +8,7 @@ $title = $plugin->get_block_title(); $title = $title ? "

$title

" : ''; $css = $plugin->get_css(); -$css = $css ? "" : ''; +$css = $css ? "" : ''; $bullet = api_get_path(WEB_PLUGIN_PATH) . '/rss/resources/arrow-bullet.png'; @@ -19,41 +19,41 @@ if (empty($rss)) } - echo<< - - - - - - - $title -
+ EOT;