Re: accesskey problem
Aarno Syvänen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Wiral Ltd |
| Message-ID | <[email protected]> |
Hi Rainer, [email protected] wrote: > > Hi all > > I found a bug in kannel (up to 1.1.5) with WML1.2 code which contains > accesskeys Kannel supports WML1.1, not WML1.2 > > 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? Perhaps you can help yourself ? Wml_definitions.h attributes and their token representation. You can add new ones here, and perhaps provide the patch to the list. Aarno