You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2008/07/20 18:04:26 UTC

[jira] Commented: (MSITE-333) Ampersand gets un-escaped in menu item

    [ http://jira.codehaus.org/browse/MSITE-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142517#action_142517 ] 

Dennis Lundberg commented on MSITE-333:
---------------------------------------

A workaround is to use

{code:xml}
<item name="Issues &amp;amp; Gotchas" href="issues/index.html"/>
{code}

> Ampersand gets un-escaped in menu item
> --------------------------------------
>
>                 Key: MSITE-333
>                 URL: http://jira.codehaus.org/browse/MSITE-333
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site descriptor
>    Affects Versions: 2.0-beta-7
>            Reporter: Lukas Theussl
>            Priority: Minor
>
> On the Doxia site (trunk) we have a menu item:
> {code:xml}
> <item name="Issues &amp; Gotchas" href="issues/index.html"/>
> {code}
> which ends up as
> {code:xml}
>     <li class="none">
>         <strong>Issues & Gotchas</strong>
>     </li>
> {code}
> ie the ampersand gets un-escaped, making the xhtml invalid.

-- 
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