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 -%} {%- endfor -%}
</pre> </pre>
{% endfor -%} {% endfor -%}
</div>
<br/> <br/>
{% endfor -%} {% endfor -%}
{% endif -%} {% endif -%}
</div> </div>
</div>
{% endblock content %} {% endblock content %}
+1 -1
View File
@@ -31,9 +31,9 @@ index {{file.oldid | truncate(length=7,end="")}}..{{file.newid | truncate(length
{%- endfor -%} {%- endfor -%}
</pre> </pre>
{% endfor -%} {% endfor -%}
</div>
<br/> <br/>
{% endfor -%} {% endfor -%}
{% endif -%} {% endif -%}
</div> </div>
</div>
{% endblock content %} {% endblock content %}