Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-10
-
Component/s: None
-
Labels:None
Description
if you have
<head>
a
</head> in your xdoc, then the html is generated as
<html>
<head>
stuff
<head>
a
</head>
</head>
<body/>
</html>
This is clearly incorrect.
Issue Links
- is depended upon by
-
MAVEN-401
Release maven-b10
-
patch for this. It won't actually work with <head>a</head> as it just selects tags under <head> (eg meta), but I think that is expected?
If not - I can easily make a different one to copy all text.