From 3984607ef5f7af3c00449bbc5a0f587ef9e25b60 Mon Sep 17 00:00:00 2001 From: CharlyCoste Date: Sun, 14 Mar 2010 01:33:49 +0100 Subject: center is not a valid strict xhtml1.0 tag (not semantic). At least, replacing it by a div with "center" class. --- settings/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings') diff --git a/settings/index.php b/settings/index.php index a5e3649e855..61296433673 100755 --- a/settings/index.php +++ b/settings/index.php @@ -26,9 +26,9 @@ require_once('../config/config.php'); OC_UTIL::showheader(); -echo('
'); +echo('
'); echo('nothing here yet :-)'); -echo('


'); +echo('

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