In my template image.php, printParentBreadcrumb() send me wrong link after a search.
http://127.0.0.1/zp/index.php?p=search& amp;words=foo
(without the space)
instead of
http://127.0.0.1/zp/index.php?p=search&words=foo
What is wrong ?
& or & amp; are not equivalent in an URL (I guess)
the link
/zp/index.php?p=search& amp;words=foo
print an empty search page, whereas the link
/zp/index.php?p=search&words=foo
prints results in search page.
[edit] of course this append only if I don't use the mode rewrite.