Skip to content

Commit da3a114

Browse files
committed
Ensure files download
1 parent d14018b commit da3a114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/forms/file/files.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section itemscope itemtype="https://schema.org/DataDownload">
22
<h6 class="accessibility">File download</h6>
3-
<p><a class="button button-primary<txp:if_yield name="large-button"> button-large</txp:if_yield>" href="<txp:file_download_link />" itemprop="contentUrl"><span class="ui-icon ui-extra-icon-download"></span> <span itemprop="name"><txp:file_download_name /></span></a></p>
3+
<p><a class="button button-primary<txp:if_yield name="large-button"> button-large</txp:if_yield>" href="<txp:file_download_link />" itemprop="contentUrl" download><span class="ui-icon ui-extra-icon-download"></span> <span itemprop="name"><txp:file_download_name /></span></a></p>
44
<footer class="footnote">
55
<txp:evaluate test>
66
<div itemprop="description">SHA256 checksum <code><txp:file_download_description /></code></div>

0 commit comments

Comments
 (0)