Skip to content

Commit

Permalink
Remove useless p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Jan 10, 2025
1 parent 980a78b commit 817d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envergo/templates/haie/moulinette/_result_regulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h4>{% include 'moulinette/_result_regulation_title.html' with regulation=regula
{% if regulation.show_criteria and regulation.criteria.all %}
{% for criterion in regulation.criteria.all %}
{% if criterion.should_be_displayed %}
<p>{% show_criterion_body regulation criterion %}</p>
{% show_criterion_body regulation criterion %}
{% endif %}
{% endfor %}
{% endif %}
Expand Down

0 comments on commit 817d887

Please sign in to comment.