footer.vm generates spurious <

martijn.ras at gmail.com martijn.ras at gmail.com
Wed Jul 19 15:07:25 CEST 2006


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:

    &lt;</body></html>

Any suggestions as to how to get rid of the "&lt;" being generated?

Mazzzel,

Martijn.




More information about the users mailing list