Skip to content

Commit fa9525b

Browse files
committed
Wrap liaison statements on 78 characters rather than 71.
- Legacy-Id: 9640
1 parent 77b20a9 commit fa9525b

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
@@ -135,7 +135,7 @@ <h1>
135135
<tr>
136136
<th class="text-nowrap">Body</th>
137137
<td>
138-
<pre>{{ liaison.body|wordwrap:"71" }}</pre>
138+
<pre>{{ liaison.body|wordwrap:"78" }}</pre>
139139
</td>
140140
</tr>
141141
{% endif %}

0 commit comments

Comments
 (0)