2012/2/29 GrĂ¼ner Heinrich <[email protected]>:
Hi,
I created a velocity macro and called it like this. {{velocity}} $services.xtestprogress.render() {{/velocity}}
It happens that all <link/> -Tags inserted in the render method are removed in the resulting website. Any ideas?
content generated by velocity is seen as wiki content by default (unless you use wiki="false" and in this case it's plain text) so anything that is not wiki syntax is properly escaped. If you want to insert html content you need to use {{html}} macro. See http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro
Thanks, Stefan.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne