Details
-
Bug
-
Resolution: Fixed
-
Major
-
8.4.4, 10.2, 11.0.3
-
Unit
-
Unknown
-
N/A
-
N/A
-
Pull Request accepted
-
Description
Using an html such as:
<input type="hidden" value=" foo" />
the following html will be produced by HtmlCleaner:
<input type="hidden" value="foo" />
The expecting result is the same HTML as given in input.
Attachments
Issue Links
- blocks
-
XRENDERING-554 Leading space is trimmed from input value by the "clean" option of the html macro
- Closed