A client of mine has helped me discover an issue when a pagetitle contains the character [tt]"[/tt]
Example :
pagetitle is [tt]Le programme "Vivre avec le Soleil, à l’école"[/tt]
Generated menu item is :
[tt]<a école="" l="" à="" soleil,="" le="" avec="" vivre="" title="Le programme " href="/~soleil/ecole/le-programme-vivre-avec-le-soleil-a-lecole.html">Le programme</a>[/tt]
I guess the " character messes up the link’s construction.
Of course as it is, the link works, but
it breaks validation.
(several things like [tt]"Vivre" is not a member of a group specified for any attribute[/tt])
I don’t think it’s an issue with the call but here it is :
[!Wayfinder? &startId=`6` &level=`1` &limit=`7` &outerTpl=`Outer_Univers` &rowTpl=`Row_Univers` &activeParentRowTpl=`ActiveFolder_Univers` &lastClass=`last2` &hereClass=`actif2`!]
Wayfinder version is version 2.0 with MODx 0.9.6.
Any possible fix other than not using pagetitle for menu items ?