diff options
author | CharlyCoste <contact@ccoste.fr> | 2010-03-14 02:03:29 +0100 |
---|---|---|
committer | CharlyCoste <contact@ccoste.fr> | 2010-03-14 02:03:29 +0100 |
commit | c921e5422d3c927c7ccd1c062e9fa3338834c1b7 (patch) | |
tree | f37e81a0c66f1351c7c0e34f1ede0f056c79fa68 /settings/index.php | |
parent | ab0b552c80a34b38afbc01b9598d77677a7659fb (diff) | |
download | nextcloud-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 'settings/index.php')
-rwxr-xr-x | settings/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/index.php b/settings/index.php index 61296433673..467e0ad9632 100755 --- a/settings/index.php +++ b/settings/index.php @@ -28,7 +28,7 @@ OC_UTIL::showheader(); echo('<div class="center">'); echo('nothing here yet :-)'); -echo('</div><br /><br />'); +echo('</div>'); OC_UTIL::showfooter(); |