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

The XHTML serializer encodes style tag (but it shouldn't)

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1.4, 2.0.0 M3
    • None
    • Kernel
    • None

      When a page contains a <style> tag with quotes in it (" or '), they are encoded, and not interpreted correctly in the final page.
      The generated code looks like :

      url(&#039
      

      when it should be

      url("...")
      

      For the moment this can be prevented by using <xsl:comment> tag in the <style> tag (unless there are non-xsl tags inside the <style> tag).

            cedric Cédric Damioli
            nesteso Nicolas Esteso (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: