APT: Figure doesn't insert HTML img tag
---------------------------------------

                 Key: MSITE-241
                 URL: http://jira.codehaus.org/browse/MSITE-241
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-5
         Environment: Java 1.5.0_11, Maven 2.0.7
            Reporter: Stephan Niedermeier


I tried to insert an image using the figure element (see 
http://maven.apache.org/guides/mini/guide-apt-format.html):

 [/image/news-layout.jpg] The caption of the image

But instead of creating a HTML element like <img src="/image/news-layout.jpg"/> 
Maven created the following:

<dl><dt>/image/news-layout.jpg</dt><dd>The caption of the image</dd></dl>

This means no image was inserted into the HTML output file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to