Heya Folks,
Somehow there's a less-than character inserted into the footer of my XWiki (version
0.9.840), the bottom-left-corner of the pages look like this:
    Main.WebHome  (en)
    Creator: Admin  Date: 2005/02/06 18:46
    Last Author: Admin  Date: 2006/07/19 09:36
    <
For the time being i've commented out the last four lines in the file footer.vm:
    #if($context.getMode()==0)
    </body>
    </html>
    #end
As they result in the following code being inserted at the end of each document:
    <</body></html>
Any suggestions as to how to get rid of the "<" being generated?
Mazzzel,
Martijn.