Skip to content
Snippets Groups Projects
Commit a3df41dd authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #17159 from owncloud/fix-duplicate-id

remove duplicate ID in HTML template for public shares
parents 99f9f7c3 5cb1e202
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment