Skip to content

Commit

Permalink
#334 Indent li
Browse files Browse the repository at this point in the history
  • Loading branch information
viliambalaz committed Apr 12, 2022
1 parent 4918d6d commit a5acec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% if delete_warnings %}
<ul class="messagelist">
{% for warning in delete_warnings %}
<li class="warning">{{ warning }}</li>
<li class="warning">{{ warning }}</li>
{% endfor %}
</ul>
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% if delete_warnings %}
<ul class="messagelist">
{% for warning in delete_warnings %}
<li class="warning">{{ warning }}</li>
<li class="warning">{{ warning }}</li>
{% endfor %}
</ul>
{% endif %}
Expand Down

0 comments on commit a5acec7

Please sign in to comment.