RE: textarea bug

"Bauer, Georg" <[email protected]> Tue, 1 Jun 2004 10:23:19 +0200
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <[email protected]>
Hi!

> When posting weblog entries, the edit form's <textarea> does 
> not quote 
> its contents.  When you have incorrect HTML (in my case 
> missing a ") it 
> can cause all sorts of problems, rendering the form unusable so you 
> can't edit or delete the entry.

You meaning that the content of the <textarea> isn't quoted? That's in the
WeblogTemplate.tmpl file - and it does quote. Maybe you haven't updated your
templates to the distribution version? This was a bug some versions ago, but
was fixed in between. To upgrade a template to the distribution version just
remove the template in your ~/.PyDS/templates/ folder and it will be
recreated on next use. The current version of the template does call
macros.quoteHTML for the content of the textarea, so the problem shouldn't
arise.

bye, Georg