From c921e5422d3c927c7ccd1c062e9fa3338834c1b7 Mon Sep 17 00:00:00 2001 From: CharlyCoste Date: Sun, 14 Mar 2010 02:03:29 +0100 Subject:
is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS instructions on semantic tags. --- plugins/music/index.php | 2 +- plugins/test/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/music/index.php b/plugins/music/index.php index 622a89d7e7a..f9a7c8a2e88 100755 --- a/plugins/music/index.php +++ b/plugins/music/index.php @@ -29,7 +29,7 @@ OC_UTIL::showheader(); echo('
'); echo('nothing here yet :-)'); -echo('


'); +echo(''); OC_UTIL::showfooter(); diff --git a/plugins/test/index.php b/plugins/test/index.php index 622a89d7e7a..f9a7c8a2e88 100755 --- a/plugins/test/index.php +++ b/plugins/test/index.php @@ -29,7 +29,7 @@ OC_UTIL::showheader(); echo('
'); echo('nothing here yet :-)'); -echo('


'); +echo(''); OC_UTIL::showfooter(); -- cgit v1.2.3