[ZCM] [ZC] 722/ 2 Reject "ZPT escapes attributes when it shouldn't"

Collector: Zope Bugs, Features, and Patches ... zope-coders@zope.org
Thu, 12 Dec 2002 08:47:27 -0500


Issue #722 Update (Reject) "ZPT escapes attributes when it shouldn't"
 Status Rejected, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/722

==============================================================
= Reject - Entry #2 by Caseman on Dec 12, 2002 8:47 am

 Status: Pending => Rejected

Duplicate post
________________________________________
= Request - Entry #1 by Anonymous User on Dec 12, 2002 6:22 am

ZPT quotes the ampersand of character entities
in attributes. They should not be escaped since
they are legal HTML and needed to make accented
characters, for example in <img alt="">

To check this, put the following line in a Template
and view the result.

<span alt="&aacute;"></span>
==============================================================