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?
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline 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.