Skip to content

Commit 55668c7

Browse files
committed
Don't indent management item texts (looks a bit nicer)
- Legacy-Id: 1901
1 parent a921985 commit 55668c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/iesg/agenda_package.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Contents:
2727
{% for m in mgmt %}
2828
6.{{forloop.counter}} {{m.title}}
2929

30-
{{m.text|wordwrap:"68"|indent|indent}}
30+
{{m.text|wordwrap:"76"}}
3131
{% endfor %}
3232

3333
------------------------------------------------------------------------

0 commit comments

Comments
 (0)