[dokuwiki] protected plugin and quotes?

I'm working on a simple plugin that wraps itself around text. Any of the
text inside should not be changed.
I set the type to 'protected' and the allowedType to a blank array (
function getAllowedTypes() { return array(''); }
).

Everything works except the quotes get changed to the html quote entity. How
can I avoid the automatic conversion of characters?

Thanks in advance...martin

Other related posts: