Actually, it turned out that the debian package has already been fixed, and I just needed to upgrade. I guess when security updates break packages, they get fixed pretty quickly...
David On Tue, May 13, 2008 at 01:32:42PM +0100, Eric Kow wrote: > 2008/5/12 David Roundy <[EMAIL PROTECTED]>: > > I get the same error, but have no idea what might have triggered it > > (or time to track it down today). > > The following thread seems relevant: > > http://groups.google.com/group/linux.debian.bugs.rc/browse_thread/thread/bc161a127850967d > > I guess the advice was for the Debian package, but it would it be evil > if we did this to our own instance right there in > /usr/lib/python2.4/site-packages/roundup/cgi/templating.py ? > > > Comparing the code of templating.py with the previous version makes the > > fix obvious luckily. In templating.py on line 2698 change: > > > > def plain(self): > > > > back into: > > > > def plain(self, escape=0): > -- David Roundy Department of Physics Oregon State University _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
