26 Sep
2008
26 Sep
'08
8:58 p.m.
On Fri, Sep 26, 2008 at 06:47:55PM +0000, corvid wrote:
Johannes wrote:
Here comes a complete patch to disable label parsing for labels set from html. I hope I didn't miss one.
Does the UI's label need it in principle? (It didn't seem to require escaping the other day, but...)
I tried it with <html> <body> <form> <select> <option>&a</option> <option>&b</option> <option>&c</option> </select> </form> </body> </html> Without the patch there is no & and Alt a/b/c seem to be working as shortcut on the open select. Cheers, Johannes