diff --git a/ietf/templates/ipr/search_doc_result.html b/ietf/templates/ipr/search_doc_result.html index 56d7d861e..b585e7d72 100644 --- a/ietf/templates/ipr/search_doc_result.html +++ b/ietf/templates/ipr/search_doc_result.html @@ -27,7 +27,7 @@ {{ ipr.disclosure.time|date:"Y-m-d" }}
  • ID # {{ ipr.disclosure.id }}
  • - "{{ ipr.disclosure.title }}" + "{{ ipr.disclosure.title }}" {% endif %} {% endfor %} diff --git a/ietf/templates/ipr/search_doctitle_result.html b/ietf/templates/ipr/search_doctitle_result.html index c513e7335..a673b5ac1 100644 --- a/ietf/templates/ipr/search_doctitle_result.html +++ b/ietf/templates/ipr/search_doctitle_result.html @@ -34,7 +34,7 @@ IPR disclosure ID# {{ item.source.id }} "{{ item.source.title }}" Updates {% endif %} {% endfor %} - "{{ ipr.disclosure.title }}" + "{{ ipr.disclosure.title }}" {% endfor %} diff --git a/ietf/templates/ipr/search_result.html b/ietf/templates/ipr/search_result.html index 909dcdac7..ba1391296 100644 --- a/ietf/templates/ipr/search_result.html +++ b/ietf/templates/ipr/search_result.html @@ -59,7 +59,7 @@
  • ID # {{ item.target.id }}
  • IPR disclosure ID# {{ ipr.id }} "{{ ipr.title }}" - Updates {{ item.target.title }} + Updates {{ item.target.title }} {% endif %} @@ -79,4 +79,4 @@ {% block js %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ietf/templates/ipr/search_wg_result.html b/ietf/templates/ipr/search_wg_result.html index 79568cd4b..0cbe11e0e 100644 --- a/ietf/templates/ipr/search_wg_result.html +++ b/ietf/templates/ipr/search_wg_result.html @@ -35,7 +35,7 @@ IPR disclosure ID# {{ item.target.id }}, "{{ item.target.title }}" Updated by {% endif %} {% endfor %} - "{{ ipr.disclosure.title }}" + "{{ ipr.disclosure.title }}" {% endfor %}