> {{{
> #!html
> <a href="aim:goim?screenname=SCREENNAME">SCREENNAME</a>
> }}}
>
> ..in the HTML that gets output, it says "<a>SCREENNAME</a>".

[protocol://authority shortcut] syntax is only recognized for the most
common protocols (http, https, ftp)

{{{
#!html
<a href="aim://goim?screenname=SCREENNAME">SCREENNAME</a> ?
}}}

seems to work on Trac 0.11dev: the XHTML output contains

<a href="aim://goim?screenname=SCREENNAME">SCREENNAME</a>

which Trac release are you using?

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to