We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b4794 commit 82fd20bCopy full SHA for 82fd20b
1 file changed
ietf/templates/ipr/search_result.html
@@ -28,7 +28,7 @@
28
{% block iprlist %}
29
{% for ipr in iprs %}
30
{% 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 %}">
+ <tbody bgcolor="#{% cycle 'eeeeee','dddddd' as bgcolor %}">
32
<tr valign="top">
33
<td colspan="3">
34
{% block intro_prefix %}IPR that was submitted by <b><i>{{ q }}</i></b>, and{% endblock %}
0 commit comments