accesskey problem
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <OFEB5AC35B.96FC1C59-ONC1256B68.00258099-C1256B68.00363480@eu.sonymusic.com> |
Hi all I found a bug in kannel (up to 1.1.5) with WML1.2 code which contains accesskeys the following code: <anchor accesskey="0">Link<go href="somewhere"/></anchor> will be sent as: <anchor>Link<go href="somewhere"/></anchor> can anybody help me here or provide me a patch? thanks