Details
Description
The generated JXR report creates this DOCTYPE in the html files:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd">
well, the local DTD does not exist and the correct doctype declaration has to be:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
Activity
Benson Margulies
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Benson Margulies [ bmargulies ] |
Benson Margulies
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 2.3 [ 16520 ] | |
| Resolution | Fixed [ 1 ] |
Brett Porter
made changes -
| Reporter | Michael Osipov [ sgfan ] | Michael Osipov [ michael-o ] |
------------------------------------------------------------------------
r1145412 | bimargulies | 2011-07-11 20:48:59 -0400 (Mon, 11 Jul 2011) | 2 lines
JXR-64System ID of XHTML frameset incorrect in HTML source------------------------------------------------------------------------