Hi,
I'm new to Velocity templates. I was asked to look into some rendering issues when moving to Confluence 7.13.
We have a number of User Macros in place for various reasons, mostly to produce pretty HTML which needs to be displayed as such in Confluence. But instead of getting the rendered HTML, the literal HTML code is displayed to the user like below fragment:
Attribute Information for <span style="color: #606060;" class="s ...
I tried working around this by renaming variables using a "Html" postfix but that doesn't (always) work.
My question is about using #disable_html_escaping(). When I add
#disable_html_escaping()
to the .vm file, it's not interpreted. It just appears in the output as well:
Attribute Information for #disable_html_escaping() <span style="color: #606060;" class="
Would anyone know why that would happen?
Want to leave your mark on Confluence? One winner will have their whiteboard design added into Confluence for all users to access! This is your chance to showcase your creativity, help others, and gain recognition in the Confluence community.
Share your template today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.