By bad, it was » not &ranquo
On Tuesday, 10 April 2012 00:44:24 UTC-5, Annet wrote:
>
> Hi Alan and Massimo,
>
> Thanks for your replies.
>
> A("Learn more ยป",_href='....')
>>
>
> This renders to greater than symbols.
>
>
> and it will be converted to what you want automatically. Or
>>
>> A(XML("Learn more &ranquo;"),_href='....')
>>
>
> This works after I changed it to:
>
> XML("View details »")
>
> For some reason &ranquo isn't being converted to an angle quotation mark.
>
>
> Kind regards,
>
> Annet.
>