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:
authorFlorian Storz <fstorz@users.noreply.github.com>2021-07-19 19:51:56 +0300
committerFlorian Storz <florian.storz@devlix.de>2021-07-19 19:55:57 +0300
commitb803043b808f7cd57ebbb9c18e9c4a49b8f8f036 (patch)
tree2f7d7d0d49b81141c17a07fc3299b95abd92cfb6 /apps/files_sharing/templates
parent6aed80913ffee35dea250ab3d002bf0cd16f5f21 (diff)
Remove trailing whitespace from comment
Signed-off-by: Florian Storz <florian.storz@devlix.de>
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 c663e4b811f..b2d72a3c337 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -64,7 +64,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<?php if ($_['previewEnabled'] && substr($_['mimetype'], 0, strpos($_['mimetype'], '/')) == 'audio'): ?>
<div id="imgframe">
<audio tabindex="0" controls="" preload="none" style="width: 100%; max-width: <?php p($_['previewMaxX']); ?>px; max-height: <?php p($_['previewMaxY']); ?>px"
- <?php // See https://github.com/nextcloud/server/pull/27674 ?>
+ <?php // See https://github.com/nextcloud/server/pull/27674?>
<?php if ($_['hideDownload']) { ?>controlsList="nodownload" <?php } ?>>
<source src="<?php p($_['downloadURL']); ?>" type="<?php p($_['mimetype']); ?>" />
</audio>