From 8f53530dea95dde0948fca80e5144072d50b9a46 Mon Sep 17 00:00:00 2001
From: Tomas Korbar
Date: Tue, 20 Apr 2021 10:40:13 +0200
Subject: [PATCH] Fix reference.html badly insterted ul tag
This fix makes no visible difference but stops static code analysers
from yielding warnings about not allowed ul inside paragraph.
---
expat/doc/reference.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/expat/doc/reference.html b/expat/doc/reference.html
index 1e4780ed..9f974a72 100644
--- a/expat/doc/reference.html
+++ b/expat/doc/reference.html
@@ -1111,7 +1111,7 @@ XML_StopParser(XML_Parser p,
call-back handler, except when aborting (when resumable
is XML_FALSE
) an already suspended parser. Some
call-backs may still follow because they would otherwise get
-lost, including
+lost, including
- the end element handler for empty elements when stopped in the
start element handler,
@@ -1120,7 +1120,7 @@ lost, including
- the character data handler when stopped in the character data handler
while making multiple call-backs on a contiguous chunk of characters,
-and possibly others.
+and possibly others.
This can be called from most handlers, including DTD related
call-backs, except when parsing an external parameter entity and