mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Merge pull request #17159 from owncloud/fix-duplicate-id
remove duplicate ID in HTML template for public shares
This commit is contained in:
commit
a3df41ddb6
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ $thumbSize = 1024;
|
|||
<div id="imgframe"></div>
|
||||
<?php endif; ?>
|
||||
<div class="directDownload">
|
||||
<a href="<?php p($_['downloadURL']); ?>" id="download" class="button">
|
||||
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
|
||||
<img class="svg" alt="" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/>
|
||||
<?php p($l->t('Download %s', array($_['filename'])))?> (<?php p($_['fileSize']) ?>)
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue