On Tuesday 26 October 2004 20:53, Han Holl wrote: > (If there is another platform for instiki questions, I'll be glad to use > that, but I didn't find any). > > 1. If I have a page that contains: < m > > and I fetch that page, I get (lots cutted): > <form id="editForm" action="../save/eindfuncties" method="post" > onSubmit="cleanAuthorName();"> > <p> > <textarea name="content" style="width: 450px; height: 500px"> > < m ></textarea> > </p> > <p> I solved this, by changing edit.rhtml, line 13 to <textarea name="content" style="width: 450px; height: 500px"> \ <![CDATA[<%= @page.content %>]]></textarea> No longer any parsing problems. Cheers, Han Holl