Skip to content

Commit 47ac5ec

Browse files
author
Tom Boutell
committed
Merge pull request #35 from pkeulers/master
Fixed typo in class attribute for the download button in the default twig template.
2 parents f261b5b + c7fcdb7 commit 47ac5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Default/templates.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<% } %>
3838
<div class="caption">
3939
<span class="filename"><%- name %></span>
40-
<a rel="tooltip" title="Download Original" class="download thumbnail-action btn=" target="download" href="<%- url %>"><i class="icon-download"></i></a>
40+
<a rel="tooltip" title="Download Original" class="download thumbnail-action btn" target="download" href="<%- url %>"><i class="icon-download"></i></a>
4141
{# ACHTUNG: data-action="delete" matters to javascript #}
4242
<a rel="tooltip" title="Delete" data-action="delete" class="delete thumbnail-action btn" href="#delete"><i class="icon-trash"></i></a>
4343
</div>

0 commit comments

Comments
 (0)