We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e39ea2 commit fa09416Copy full SHA for fa09416
1 file changed
ietf/templates/ipr/search_result.html
@@ -13,7 +13,7 @@ <h1>IPR Disclosures</h1>
13
{% if not iprs %}
14
<tr>
15
<td></td>
16
- <td colspan="2"><b>{% block search_failed %}No IPR disclosures have been submitted by the <i>{{ q }}</i>{% endblock %}</b></td>
+ <td colspan="2"><b>{% block search_failed %}No IPR disclosures have been submitted by <i>{{ q }}</i>{% endblock %}</b></td>
17
</tr>
18
{% else %}
19
<tr><td colspan="3">Total number of IPR disclosures found: {{ count }} </td></tr>
0 commit comments