diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-04-22 03:59:28 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-04-22 03:59:28 +0200 |
commit | f08cfcecec4d9f9ff9d6524236a0f1384e9afaee (patch) | |
tree | 2eb22d041b1f413359e214c5dd98841dd8989b92 /settings | |
parent | 24aff287cfb1121bde7ef5ce907085e28033a8c3 (diff) | |
download | nextcloud-server-f08cfcecec4d9f9ff9d6524236a0f1384e9afaee.tar.gz nextcloud-server-f08cfcecec4d9f9ff9d6524236a0f1384e9afaee.zip |
Personal settings: Emphasized labels etc, mono-spaced generated paths and moved text formatting to style sheet.
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index df5791bd524..d460b33202e 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -47,7 +47,7 @@ <p class="personalblock"> <strong>WebDAV</strong> - <?php echo OC_Helper::linkToAbsolute('files', 'webdav.php'); ?><br /> + <code><?php echo OC_Helper::linkToAbsolute('files', 'webdav.php'); ?></code><br /> <em><?php echo $l->t('use this address to connect to your ownCloud in your file manager');?></em> </p> |