mirror of
https://github.com/systemd/systemd.git
synced 2025-02-25 21:57:32 +03:00
man: actually generate h2 headers for letters in index as we meant to
This commit is contained in:
parent
e616d1c674
commit
a6c9b1c492
2
TODO
2
TODO
@ -64,8 +64,6 @@ Features:
|
||||
|
||||
* journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
|
||||
|
||||
* reexec journald across initrd transition
|
||||
|
||||
* nspawn: bind mount /var/log/journal from the host
|
||||
|
||||
* Document:
|
||||
|
@ -36,7 +36,7 @@ for n in sorted(index.keys(), key = str.lower):
|
||||
if letter is None or n[0].upper() != letter:
|
||||
letter = n[0].upper()
|
||||
|
||||
h2 = SubElement(body, 'h1')
|
||||
h2 = SubElement(body, 'h2')
|
||||
h2.text = letter
|
||||
|
||||
ul = SubElement(body, 'ul')
|
||||
|
Loading…
x
Reference in New Issue
Block a user