Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-245

Omit xml declaration by default and force content-type meta with Serializer XHTML

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 1.1.9, 2.0.0 M3
    • 1.1.8
    • Plugin core
    • None

      Serializer do

      <?xml...?>

      insteadof

      <meta name="encoding"

      ... not compatible with IE (6 at least)

          [RUNTIME-245] Omit xml declaration by default and force content-type meta with Serializer XHTML

          Fixed in revision 665 and 666.
          Backported in 1.1 branch in revision 667.

          Sébastien Launay (Inactive) added a comment - Fixed in revision 665 and 666. Backported in 1.1 branch in revision 667.

          Patch with the following modifications:

          • omit-xml-declaration is yes by default
          • when omit-xml-declaration is set to yes the xml declaration is omitted and the content type meta is forced to be created just after the head element

          Proposed patch attached.

          Sébastien Launay (Inactive) added a comment - Patch with the following modifications: omit-xml-declaration is yes by default when omit-xml-declaration is set to yes the xml declaration is omitted and the content type meta is forced to be created just after the head element Proposed patch attached.

            yabon Sébastien Launay (Inactive)
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: