fix: repair broken html

This commit is contained in:
Robert Sparks 2023-09-13 14:10:29 -05:00
parent 3a733a36db
commit ececc456ab
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318

View file

@ -25,8 +25,7 @@
</option>
{% endfor %}
{% if doc.name|rfcbis %} {# TODO - move this into the diffable versions logic #}
<option value="{{ doc.name|rfcbis }}"
{% if diff_revisions and diff_revisions|length == 1 %} selected{% endif %}
<option value="{{ doc.name|rfcbis }}"{% if diff_revisions and diff_revisions|length == 1 %} selected{% endif %}>
{{ doc.name|rfcbis|prettystdname }}
</option>
{% endif %}