summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorCharlyCoste <contact@ccoste.fr>2010-03-14 01:33:49 +0100
committerCharlyCoste <contact@ccoste.fr>2010-03-14 01:33:49 +0100
commit3984607ef5f7af3c00449bbc5a0f587ef9e25b60 (patch)
tree196615372f2014a4e06302e25b5d27d491dc0f02 /plugins
parentdf612293fd8c70407843a76a5c73ff8530528a73 (diff)
downloadnextcloud-server-3984607ef5f7af3c00449bbc5a0f587ef9e25b60.tar.gz
nextcloud-server-3984607ef5f7af3c00449bbc5a0f587ef9e25b60.zip
center is not a valid strict xhtml1.0 tag (not semantic). At least, replacing it by a div with "center" class.
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/music/index.php4
-rwxr-xr-xplugins/test/index.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/music/index.php b/plugins/music/index.php
index 9002a4052e7..622a89d7e7a 100755
--- a/plugins/music/index.php
+++ b/plugins/music/index.php
@@ -27,9 +27,9 @@ require_once('../../config/config.php');
OC_UTIL::showheader();
-echo('<center>');
+echo('<div class="center">');
echo('nothing here yet :-)');
-echo('</center><br /><br />');
+echo('</div><br /><br />');
OC_UTIL::showfooter();
diff --git a/plugins/test/index.php b/plugins/test/index.php
index 9002a4052e7..622a89d7e7a 100755
--- a/plugins/test/index.php
+++ b/plugins/test/index.php
@@ -27,9 +27,9 @@ require_once('../../config/config.php');
OC_UTIL::showheader();
-echo('<center>');
+echo('<div class="center">');
echo('nothing here yet :-)');
-echo('</center><br /><br />');
+echo('</div><br /><br />');
OC_UTIL::showfooter();