Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@dev.(none)>2010-03-15 00:01:38 +0300
committerFrank Karlitschek <frank@dev.(none)>2010-03-15 00:01:38 +0300
commitd12bd67ebf9c8d4d561e240de581181a350ec07a (patch)
tree683ef79c12a46779d34ba857cc6f38ae6e8669e2 /index.php
parent2616621ad9bd3ec9339209ecaa9b8a3dd39fff1c (diff)
parent740bcf5c7200dd11181b6305839725a8eca3ad29 (diff)
Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloud
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 ffe66e41953..438d2fef0df 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();