On Thu, Jun 19, 2008 at 03:12:35PM -0700, David Hane wrote:
> Ok, the problem appears to be swish-e replacing the "/" with "%2F"
I assume you are using the version that uses Template Toolkit. IIRC,
the behavior of the "uri" filter has changed.
The templates incorrectly do:
<a href="[% item.Property('swishdocpath') | uri | html %]">
That uri filter should not be there.
<a href="[% item.Property('swishdocpath') | html %]">
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Thu Jun 19 21:37:25 2008