Hello,<br><br><br>I would like to output HTML code instead of the pmWiki markup in my own cookbook recipe - a file placed in the /cookbook subdir.<br><br>Function aFunct($pagename) {<br><br> $out = "<form><select>...";
<br> return $out;<br>}<br><br>This causes pmWiki to set <pre> and </pre> tags between the $out text. Result: my form placing is screwed up. How can I output HTML - without pmwiki's anti-HTML processing functions? I honestly have no idea. Normally, $out contains something like "!! hello \\ newline" - the default markup, but I'd like to output a form combobox without the nasty <pre> tags.
<br><br><br><br>Thanks!<br>-- Wouter<br>