Skip to content

Commit 62b611e

Browse files
committed
Fix word wrap in liaison detail view. Commit ready for merge.
- Legacy-Id: 13632
1 parent c53e378 commit 62b611e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/liaisons/detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h1>
180180
<tr>
181181
<th class="text-nowrap">Body</th>
182182
<td>
183-
<pre>{{ liaison.body|maybewordwrap:"80" }}</pre>
183+
<pre>{{ liaison.body|maybewordwrap:80 }}</pre>
184184
</td>
185185
</tr>
186186
{% endif %}

0 commit comments

Comments
 (0)