summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorsangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>2021-09-01 18:46:18 +0530
committersangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>2021-09-02 09:48:48 +0530
commit86558878e4c5de384024d543b6ff239425a87cd4 (patch)
treebf480c3a634c5432ea135c92fd43d4d8c033f722 /apps/files_sharing/templates
parent0d18228eb9504742ad6b60d841ad638b2e9b31bc (diff)
downloadnextcloud-server-86558878e4c5de384024d543b6ff239425a87cd4.tar.gz
nextcloud-server-86558878e4c5de384024d543b6ff239425a87cd4.zip
unwanted class removed
Signed-off-by: Sangramsinh Desai <sangramsinh.desai@t-systems.com> Signed-off-by: sangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 9c33ca57d4d..279a4cb87e9 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -74,7 +74,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<div id="imgframe"></div>
<?php if (isset($_['mimetype']) && strpos($_['mimetype'], 'image') === 0) { ?>
<div class="directDownload">
- <div class="video-file-details">
+ <div>
<?php p($l->t('%s', [$_['filename']]))?> (<?php p($_['fileSize']) ?>)
</div>
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
@@ -86,7 +86,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<?php if(isset($_['mimetype'])){ ?>
<?php if (strpos($_['mimetype'], 'image') === 0) { ?>
<div class="directDownload">
- <div class="video-file-details">
+ <div>
<?php p($l->t('%s', [$_['filename']]))?> (<?php p($_['fileSize']) ?>)
</div>
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">