aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorCharlyCoste <contact@ccoste.fr>2010-03-14 02:03:29 +0100
committerCharlyCoste <contact@ccoste.fr>2010-03-14 02:03:29 +0100
commitc921e5422d3c927c7ccd1c062e9fa3338834c1b7 (patch)
treef37e81a0c66f1351c7c0e34f1ede0f056c79fa68 /plugins
parentab0b552c80a34b38afbc01b9598d77677a7659fb (diff)
downloadnextcloud-server-c921e5422d3c927c7ccd1c062e9fa3338834c1b7.tar.gz
nextcloud-server-c921e5422d3c927c7ccd1c062e9fa3338834c1b7.zip
<br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS instructions on semantic tags.
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/music/index.php2
-rwxr-xr-xplugins/test/index.php2
2 files changed, 2 insertions, 2 deletions
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('<div class="center">');
echo('nothing here yet :-)');
-echo('</div><br /><br />');
+echo('</div>');
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('<div class="center">');
echo('nothing here yet :-)');
-echo('</div><br /><br />');
+echo('</div>');
OC_UTIL::showfooter();