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

-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