You can do
A("Learn more ยป",_href='....')
and it will be converted to what you want automatically. Or
A(XML("Learn more &ranquo;"),_href='....')
Massimo
On Monday, 9 April 2012 05:11:19 UTC-5, Annet wrote:
>
> In a view I have the following link:
>
> <a class="btn btn-primary btn-large">Learn more »</a>
>
> I would like to put this in an A helper, this doesn't work :
>
> {{=A('Learn more »',_class="btn btn-primary",
> _onclick="javascript:openwindow('%s','detailswindow',1028,576)"%URL('details',args=[row.Organization.nodeID]))}}
>
> 'Learn more »' is displayed as is. I thought this would do the trick:
>
> 'Learn more' + '%s' %»
>
> ... but it doesn't. What is the correct syntax to generate this link.
>
>
> Kind regards,
>
> Annet
>
>
> Kind regards,
>
> Annet
>
>