On Mon, May 23, 2011 at 10:58, Gerritjan Koekkoek <[email protected]> wrote:
Hi,
When I set a panel to xwiki syntax 2.0 I am not able to have a number of links (in a navigation panel) seperated by new lines (or linefeeds)
the syntax I use is; {{velocity filter="none"}} {{html clean="false" wiki="true"}} #panelheader('PersonalServices') [["xxxx">>"space.document"]] [["xxxx">>"space.document"]] [["xxxx">>"space.document"]] .... #panelfooter() {{/html}} {{/velocity}}
I've tried adding extra line feed. Add \\ after each line
Did you tried <br/> ? You are in a html macro so you are producing html content.
When I change panel to syntax 1.0 it works fine
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne