> > {{=A(XML(i.A.ShortTitle+"\n"+i.Title) > ,_href=URL(r=request,f='Article',vars=dict(id=i.id)))}} >
Are you using XML() because of the "\n", or do you need it for some other reason? If not, you can do: {{=A(i.A.ShortTitle, BR(), i.Title, _href=URL(r=request,f='Article',vars= dict(id=i.id)))}} Anthony --