diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-05-13 18:12:57 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-05-13 18:13:20 +0800 |
commit | 384d643f3bac1fc5b06352fdd259262601bb830d (patch) | |
tree | be8c23485bd109002f38ffabb53c93a72522a1b4 | |
parent | b2ef0209a0b9fa4053f7c8cc738e00081b8793d0 (diff) |
changelog: Fix XML grammar error
Interestingly, this was not detected by jhalfs.
-rw-r--r-- | chapter01/changelog.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e0629586..58c77b66b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,7 @@ --> <listitem> <para>2023-05-13</para> + <itemizedlist> <listitem> <para>[xry111] - Update to less-633. Fixes <ulink url='&lfs-ticket-root;5251'>#5251</ulink>.</para> |