Force download (instead of browser displaying content of XML file)

This commit is contained in:
Timothée Floure 2021-02-25 10:11:51 +01:00
parent 40143d24d6
commit 8c2c688438
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ cat << EOF
</p>
</div>
<div class="col-2 align-vertically download-container">
<a class="btn btn-bold btn-download" href="${XML_ARTEFACT:?}">Download</a>
<a class="btn btn-bold btn-download" download href="${XML_ARTEFACT:?}">Download</a>
</div>
</div>
</div>