Skip to content

Commit 82fd20b

Browse files
committed
Fixed a typo.
- Legacy-Id: 8833
1 parent 90b4794 commit 82fd20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/ipr/search_result.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{% block iprlist %}
2929
{% for ipr in iprs %}
3030
{% if user|has_role:"Secretariat" %}{% ifchanged %}<tr><td colspan="3"><h3>{{ ipr.state.name }}</h3></td></tr>{% endifchanged %}{% endif %}
31-
<tbody bgcolor="#{% cycle' eeeeee','dddddd' as bgcolor %}">
31+
<tbody bgcolor="#{% cycle 'eeeeee','dddddd' as bgcolor %}">
3232
<tr valign="top">
3333
<td colspan="3">
3434
{% block intro_prefix %}IPR that was submitted by <b><i>{{ q }}</i></b>, and{% endblock %}

0 commit comments

Comments
 (0)