[ZCM] [ZC] 261/ 2 Resolve "A ZPT string expression ${path} with a . in is not recognized"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Mon, 04 Mar 2002 12:18:17 -0500
Issue #261 Update (Resolve) "A ZPT string expression ${path} with a . in is not recognized"
Status Resolved, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/261
==============================================================
= Resolve - Entry #2 by evan on Mar 4, 2002 12:18 pm
Status: Pending => Resolved
Fixed in CVS. Thanks for catching this.
________________________________________
= Request - Entry #1 by djay on Mar 4, 2002 7:09 am
This code
<a href="blah" tal:attributes="src string:${container/blah.svg/absolute_url}">
results in
<a href="${container/meter.svg/absolute_url}">
I guess the regexp doesn't include all the valid path chars
==============================================================