I have embedded a java applet in a template and have it working successfully, with one exception. In the applet parameters, there are multiple lines of the nature:
Code
<param name="item.something" value="{0} ({1})">

It seems that the curly brackets demanded by the applet code are getting "eaten" when I place them in a ubb threads template, and that's breaking the applet. How can I escape the brackets so that my applet works correctly?

Thanks.