Skip to content

Commit

Permalink
One " into class name added (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkrzem authored Sep 13, 2024
1 parent 3bb44f1 commit cc28d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/view_export.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</dl>

{% if task.status == "done" %}
<a class="btn btn-primary mt-4 mb-4 href="/export/download-zip/{{ task.id }}">Download ZIP</a>
<a class="btn btn-primary mt-4 mb-4" href="/export/download-zip/{{ task.id }}">Download ZIP</a>

<ul class="nav nav-tabs" role="tablist">
<li class="nav-item" role="presentation">
Expand Down

0 comments on commit cc28d7f

Please sign in to comment.