Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0, 1.1
-
Fix Version/s: 1.1.1
-
Component/s: None
-
Labels:None
-
Environment:Maven version: 2.0.9
Java version: 1.5.0_14
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
-
Number of attachments :
Description
In a docbook document, Images inside figures don't render correctly.
I don't know if this issue is being caused by maven-site-plugin or the doxia-docbook-simple-module
This :
<figure> <title>Geotools Logo</title> <mediaobject> <imageobject> <imagedata fileref="images/logos/build-by-maven-black.png" format="PNG"/> </imageobject> <textobject><phrase>Geotools Logo</phrase></textobject> </mediaobject> </figure>
render itself as :
<img><h2>Geotools Logo</h2> Geotools Logo />
The docbook sample is taken from the doxia docbook simple module sources. I have just replaced the imageref with an existing one.
See attached file project.
Attachments
Issue Links
| This issue relates to: | ||||
| DOXIA-184 | Docbook issues |
|
|
|
Fixed in r781717