summaryrefslogtreecommitdiffstats
path: root/index.php
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 /index.php
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 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5f7eb8e12ba..b33d3502bd6 100755
--- a/index.php
+++ b/index.php
@@ -39,7 +39,7 @@ if(isset($_GET['file'])) {
OC_FILES::showbrowser($CONFIG_DATADIRECTORY,$dir);
- echo('<br /><br /><p class="hint">Hint: Mount it via webdav like this: <a href="webdav://'.$_SERVER["HTTP_HOST"].'/webdav/owncloud.php">webdav://'.$_SERVER["HTTP_HOST"].'/webdav/owncloud.php</a></p>');
+ echo('<p class="hint">Hint: Mount it via webdav like this: <a href="webdav://'.$_SERVER["HTTP_HOST"].'/webdav/owncloud.php">webdav://'.$_SERVER["HTTP_HOST"].'/webdav/owncloud.php</a></p>');
OC_UTIL::showfooter();