[ZCM] [ZC] 295/ 2 Reject "$quoting not working with paths like $$${path} in ZPT"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Thu, 14 Mar 2002 11:35:26 -0500
Issue #295 Update (Reject) "$quoting not working with paths like $$${path} in ZPT"
Status Rejected, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/295
==============================================================
= Reject - Entry #2 by evan on Mar 14, 2002 11:35 am
Status: Pending => Rejected
Are you sure your avg_price doesn't contain the $? This works fine for me with 2.5 CVS.
________________________________________
= Request - Entry #1 by djay on Mar 14, 2002 3:46 am
The following line is not output correctly
<span tal:content="string: ~$$${obj/avg_price} US">~10US</span>
I get "$$5.50 US" where what I want is "$5.50 US"
==============================================================