forked from AuroraMiddleware/gtk
ci: Generate valid HTML for the report
Fix a typo in the closing <ul>, and add a missing closing <div>.
This commit is contained in:
parent
3412d18dc2
commit
b98c7214ef
@ -36,7 +36,7 @@ REPORT_TEMPLATE = '''
|
||||
<li><strong>Total units:</strong> {{ report.total_units }}</li>
|
||||
<li><strong>Passed:</strong> {{ report.total_successes }}</li>
|
||||
<li><strong>Failed:</strong> {{ report.total_failures }}</li>
|
||||
</u>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -63,6 +63,7 @@ REPORT_TEMPLATE = '''
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</section>
|
||||
{% endfor %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user