Uploaded image for project: 'XWiki Commons'
  1. XWiki Commons
  2. XCOMMONS-1571

HtmlCleaner strips the leading space in value form attributes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 11.1-rc-1
    • 8.4.4, 10.2, 11.0.3
    • XML
    • 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

          Activity

            People

              surli Simon Urli
              surli Simon Urli
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: