#2251: flash_obj.render(use_js=False) uses HTML entity "apos"
------------------------+---------------------------------------------------
Reporter: pitrou | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.0rc1
Component: TurboGears | Version: 2.0b5
Severity: normal | Keywords:
------------------------+---------------------------------------------------
When rendering the flash object in non-Javascript mode, the rendered HTML
contains the non-standard "`'`" entity (in place of the apostrophe).
It isn't recognized by some MSIE versions.
I've found some info about it here:
http://nedbatchelder.com/blog/200703/random_html_factoid_no_apos.html
I don't understand why the apostrophe has to be escaped at all (the flash
message is rendered as the text child of an HTML element, not as an
attribute), but if it should be, apparently "`'`" should be the
replacement rather "`'`".
--
Ticket URL: <http://trac.turbogears.org/ticket/2251>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---