Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-449

Xdoc: content of <style> tag in <head> is swallowed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.4
    • Core, Module - Xdoc
    • None

    Description

      Using the following xdoc snippet

      <head>
          <style type="text/css">
              <![CDATA[
              h2 {
          	    font-size: 50px;
              }
              ]]>
          </style>
      </head>
      

      the content of the <style> tag is swallowed in the html output, only an empty '<style type="text/css"></style>' is generated.

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            ltheussl Lukas Theussl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: