Subject: | ampersands don't work in headers |
[13:24] <ari> statico: the problem is that escape_html gets called after
headings are
processed, so those are the only things that can't have &s
in them
----------------------------------------------------------------------------------------
[13:26] <ari> and of course raw &s are invalid xhtml, so XML::Parser
rejects the whole
thing
[13:26] <ari> i think escape_html can be moved before the headers in
process_order() in
KwikiFormatish, but i can't really test that out myself