From 3fdca75365e2a30dfdb82702eaef06c5f559e58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Botero?= <0xafbf@gmail.com> Date: Wed, 16 Aug 2023 15:00:45 -0500 Subject: [PATCH] Fix empty XML tag doc in XMLParser.xml Fix doc to show how an empty XML tag is appropiately closed. --- doc/classes/XMLParser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml index 6812e83b8f7..9b960f66fed 100644 --- a/doc/classes/XMLParser.xml +++ b/doc/classes/XMLParser.xml @@ -84,7 +84,7 @@ - Check whether the current element is empty (this only works for completely empty tags, e.g. [code]<element \>[/code]). + Check whether the current element is empty (this only works for completely empty tags, e.g. [code]<element />[/code]).