DominoWiki - Response: Jorge: My quick hack...
Jorge,
It's not part of the main code stream, but my quick hack was to allow ul, ol, and li tags by adding the following lines to WikiPage.allowSafeHTML (in the WikiPage.class script library):
safelist(12) = "ul"
safelist(13) = "ol"
safelist(14) = "li"
Documents