troubles with 'reg' conversion
FF4 convert (ampersand)reg in a wrong way.
I mean when FF meet the sequence of symbols (ampersand)reg it always convert it to ® symbol, but it should be converted only if this sequence finished with ';', isn't it?
To check create this simple html file:
========
action=save®ion_id=41
look®ister
login®istration
========
i got text below instead of usual words every time:
========
action=save®ion_id=41 look®ister login®istration
========
All Replies (3)
(ampersand) mean 0x26 in ascii table, single char On the image you can see code on blue side and result on white side
Why don't you use & to code the ampersand?
action=save&region_id=41 look&register login&registration
- Bug 385776 - make entity handling match IE7 / HTML5
Because we have a lot of old, very old and noncompletely new apps all though the Web.