Merge branch 'fix-commit-template-nesting'

* fix-commit-template-nesting:
  Fix templates markup to prevent nesting of commit files diff blocks
This commit is contained in:
Lukas Stancik
2025-12-05 14:16:19 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,9 +31,9 @@ index {{file.oldid | truncate(length=7,end="")}}..{{file.newid | truncate(length
{%- endfor -%}
</pre>
{% endfor -%}
</div>
<br/>
{% endfor -%}
{% endif -%}
</div>
</div>
{% endblock content %}
+1 -1
View File
@@ -31,9 +31,9 @@ index {{file.oldid | truncate(length=7,end="")}}..{{file.newid | truncate(length
{%- endfor -%}
</pre>
{% endfor -%}
</div>
<br/>
{% endfor -%}
{% endif -%}
</div>
</div>
{% endblock content %}