We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2883a commit 0edbca5Copy full SHA for 0edbca5
1 file changed
ietf/templates/doc/search/search_form.html
@@ -44,7 +44,7 @@
44
{% for doc_type in form.doctypes %}
45
<div class="checkbox">
46
<label class="control-label" for="id_{{doc_type.slug}}">
47
- <input type="checkbox" class="advdoctype" {% if doc_type.slug in meta.checked %}checked{% endif %}name="include-{{doc_type.slug}}" id="id_{{doc_type.slug}}"/>{{doc_type|safe|capfirst_allcaps}}
+ <input type="checkbox" class="advdoctype" {% if doc_type.slug in meta.checked %}checked{% endif %} name="include-{{doc_type.slug}}" id="id_{{doc_type.slug}}"/>{{doc_type|safe|capfirst_allcaps}}
48
</label>
49
</div>
50
{% endfor %}
0 commit comments