aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-07-13 12:09:15 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-21 15:02:19 +0200
commiteab4d96c4cf200c095de64258d96b791700a7cf4 (patch)
tree7966c7667905508ff351a12925f364cd7b808102 /apps/files_sharing/templates
parent94c70524820a51bc34a1539a93cd6bbb4bc31193 (diff)
downloadnextcloud-server-eab4d96c4cf200c095de64258d96b791700a7cf4.tar.gz
nextcloud-server-eab4d96c4cf200c095de64258d96b791700a7cf4.zip
some small template fixes
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index e337eb9b7f3..4aedf986962 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -33,7 +33,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<div id="files-public-content">
<?php if (isset($_['note']) && $_['note'] !== '') : ?>
<div id="note">
- <?php p($l->t('Note: ')); p($_['note']); ?>
+ <?php p($l->t('Note:')); p(' ' . $_['note']); ?>
</div>
<?php endif; ?>
<div id="preview">