diff options
Diffstat (limited to 'settings')
-rwxr-xr-x | settings/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
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('<center>'); +echo('<div class="center">'); echo('nothing here yet :-)'); -echo('</center><br /><br />'); +echo('</div><br /><br />'); OC_UTIL::showfooter(); |