Skip to content

Commit

Permalink
Add Content-Type for download links
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jul 21, 2020
1 parent ec10d1d commit 05dc84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslo4-static/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function addActivityCard(item) {
${version}
</h3>
<p class="card-text">${summary}</p>\
<a href="${bundle_path}" class="btn btn-primary"><i class="fa fa-download"></i></a>\
<a type="application/zip" href="${bundle_path}" class="btn btn-primary"><i class="fa fa-download"></i></a>\
${url_container}
${exec_type}
</div>\
Expand Down

0 comments on commit 05dc84c

Please sign in to comment.