Subject: | verbatim and pre tags in phpwiki require newline after close tag |
html2wiki does this:
<verbatim>
foo
bar
</verbatim>and some new text
when converting to phpwiki. That doesn't work because phpwiki requires a newline after the end of the close tag, i.e.
<verbatim>
foo
bar
</verbatim
and some new text