Forum OpenACS Development: Re: ? in URL path with export vars

Collapse
Posted by Dave Bauer on
I found a place to fix this in xowiki

in xowiki-www-procs.tcl it uses make_link in the view method for the edit/revisions/delete links.

I did this

set edit_link [export_vars -base [$package_id pretty_link $name] {{m edit}}]