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

$title

" : ''; $css = $plugin->get_css(); -$css = $css ? "" : ''; +$css = $css ? "" : ''; if (empty($content)) { @@ -18,7 +18,11 @@ if (empty($content)) echo << $css - $title - $content + EOT;