[dokuwiki] protected plugin and quotes?
- From: "Martin Tschofen" <martin.tschofen@xxxxxxxxx>
- To: "doku wiki" <dokuwiki@xxxxxxxxxxxxx>
- Date: Mon, 19 Feb 2007 09:03:48 -0600
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
- Follow-Ups:
- [dokuwiki] Re: protected plugin and quotes?
- From: Chris Smith
Other related posts:
- » [dokuwiki] protected plugin and quotes?
- » [dokuwiki] Re: protected plugin and quotes?
- [dokuwiki] Re: protected plugin and quotes?
- From: Chris Smith