You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/03/30 19:34:00 UTC

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

    [ https://issues.apache.org/jira/browse/MSITE-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707010#comment-17707010 ] 

Michael Osipov commented on MSITE-333:
--------------------------------------

This is a skin issue, at least for Maven Fluido Skin we can fix it.

> Ampersand gets un-escaped in menu item
> --------------------------------------
>
>                 Key: MSITE-333
>                 URL: https://issues.apache.org/jira/browse/MSITE-333
>             Project: Maven Site Plugin
>          Issue Type: Bug
>          Components: site descriptor
>    Affects Versions: 2.0-beta-7
>            Reporter: Lukas Theussl
>            Assignee: Michael Osipov
>            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 was sent by Atlassian Jira
(v8.20.10#820010)