I'm using this wonderfull plugin on a site where i also display code. You guessed it, the code also gets translated, which is not what I want. So I put the classname in the div around the code, but it is still translating. I tested the classname in the span, and that seems to work, but not in this plugin (which probably also works with jQuery). Is this classname also supose to work when used on other elements? (When using a span and the content contains div and p then the code is not valid html).
this is the plugin to display code real nice:
http://extensions.joomla.org/extensions ... F0aW9uIjt9
I tried to play around with the plugin order, to make sure the code-plugin gets processed first (to add the classname), but this is a module and I can't set the order of loading.
Any ideas?