Skip to content

Commit bd61d94

Browse files
committed
Couple of template bugfixes for Django 1.1
- Legacy-Id: 1701
1 parent 26b1622 commit bd61d94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/idindex/doclist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
[<a href="{{ draft.doclink }}">draft</a>]
2525
{% endifequal %}
2626
</td>
27-
<td>{% firstof draft.revision_date &nbsp; %}</td>
27+
<td>{% firstof draft.revision_date "&nbsp;" %}</td>
2828
<td>{{ draft.status }}</td>
2929
{% if norfc %}
3030
{% else %}

ietf/templates/idtracker/idinternal_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1 class="first">Detailed Information</h1>
160160

161161
<td>
162162
{# |unformat_textarea #}
163-
{% firstof object.note &nbsp; %}
163+
{% firstof object.note "&nbsp;" %}
164164
</td>
165165
</tr>
166166

0 commit comments

Comments
 (0)