mediawiki-extensions-AbuseF.../includes/EditBox
thiemowmde 32bee4950f Remove bogus non-breaking spaces
This issue exists ever since this code was added in 2009. Note how
this element is invisible anyway. The non-breaking space is never
seen. The purpose of this element is to act as a container for a
debug result that will be put into this container via JavaScript.
I confirmed this still works fine without the placeholder character
being there.

The problem here is that this HTML entity is double escaped because
of the element() function. That would need to be a rawElement() call
or we can just remove it.

Change-Id: Id560f392be4cc2106a7ac224309c8b605bec3f6c
2024-05-13 13:15:51 +02:00
..
AceEditBoxBuilder.php Replace most Xml methods with Html 2024-05-08 13:08:52 +02:00
EditBoxBuilder.php Remove bogus non-breaking spaces 2024-05-13 13:15:51 +02:00
EditBoxBuilderFactory.php Use namespaced classes 2023-12-10 23:03:12 +01:00
EditBoxField.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
PlainEditBoxBuilder.php Replace most Xml methods with Html 2024-05-08 13:08:52 +02:00