On Sun, Feb 13, 2005 at 10:45:01PM -0500, Christian Smith wrote:
> I have a bit of a problem finding the files responsible for:
> 
> [% screen_title || self.class_title %]
> 
> This appears in the basic template and creates tags like this:
> 
> <a href="index.cgi?action=search&search_term=ToDo">ToDo</a>
> 
> I would like to be able to edit this to create a url like this
> 
> <a href="index.cgi?action=search&amp;search_term=ToDo">ToDo</a>
> 
> Small chnage, but important to me.

This is a bug in Kwiki::Display. Ingy should fix it. If you want it
fixed meanwhile, it's easiest if you just edit the module
yourself. This is also not the only validation bug.

-- 
Jon �slund

Reply via email to