Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
the jxr plugin generates html files with a xhtml strict doctype: since a "target" attribute has been added to internal links the doctype should be switched to transitional ("target" is not valid for <a> in te strict doctype)
the posted patch simply fix one line in codetranform.java
universal diff added