You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benson Margulies (JIRA)" <ji...@codehaus.org> on 2011/07/12 02:49:43 UTC

[jira] Closed: (JXR-64) System ID of XHTML frameset incorrect in HTML source

     [ https://jira.codehaus.org/browse/JXR-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies closed JXR-64.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

------------------------------------------------------------------------
r1145412 | bimargulies | 2011-07-11 20:48:59 -0400 (Mon, 11 Jul 2011) | 2 lines

[JXR-64] System ID of XHTML frameset incorrect in HTML source

------------------------------------------------------------------------


> System ID of XHTML frameset incorrect in HTML source
> ----------------------------------------------------
>
>                 Key: JXR-64
>                 URL: https://jira.codehaus.org/browse/JXR-64
>             Project: Maven JXR
>          Issue Type: Bug
>          Components: jxr
>    Affects Versions: 2.1
>            Reporter: Michael Osipov
>            Assignee: Benson Margulies
>             Fix For: 2.3
>
>
> The generated JXR report creates this DOCTYPE in the html files:
> {code}
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd">
> {code}
> well, the local DTD does not exist and the correct doctype declaration has to be:
> {code}
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira