Corrected missing closing caption tag in the diff view

This commit is contained in:
Correl Roush 2010-11-30 21:55:20 -05:00
parent 08aa342c5f
commit 4568c60956

View file

@ -40,6 +40,7 @@
=>
{% if diff.b %}{{ diff.b.path }}{% else %}(Deleted){% endif %}
{% endif %}
</caption>
{% for change in diff.changes %}
{% if change.type == '@' %}
<tr class="break">