diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-06-25 10:13:56 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-06-25 10:13:56 +0200 |
commit | 5cb1e20214f96a4a3bb99d4f00933986efd7662d (patch) | |
tree | 739b5eda9bf6a9d9c031e8308ea3e9c9d2138a4a /apps/files_sharing/templates | |
parent | 160d8003f8d42eb3856ba45680c0ace73bee9618 (diff) | |
download | nextcloud-server-5cb1e20214f96a4a3bb99d4f00933986efd7662d.tar.gz nextcloud-server-5cb1e20214f96a4a3bb99d4f00933986efd7662d.zip |
remove duplicate ID in HTML template for public shares
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index dd0b2eebe21..ffe0472b2b1 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -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> |