summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Storz <fstorz@users.noreply.github.com>2021-07-19 18:51:56 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-21 17:46:02 +0000
commit34973fad26edb3f8117f5a05678c9b6cd16858cc (patch)
treee73ec2d1b5f0e99faacf12ce8638761a45ba4ba0
parentfd20c27501d68dc092c87eb9c110017995a5a1f1 (diff)
downloadnextcloud-server-34973fad26edb3f8117f5a05678c9b6cd16858cc.tar.gz
nextcloud-server-34973fad26edb3f8117f5a05678c9b6cd16858cc.zip
Remove trailing whitespace from comment
Signed-off-by: Florian Storz <florian.storz@devlix.de>
-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>