When I insert a link to a taxonomy term it takes this form:
[nodepicker==/index.php?q=taxonomy/term/63==(Klein)%20chemisch%20afval==Klein]
So when the a-tag is inserted in the display of the content the href will become:
<a href="/index.php?q=/index.php%3Fq%3Dtaxonomy/term/63" title="(Klein) chemisch afval" class="nodepicker-link">Klein</a>
Removing the “/index.php?q=” from the source (the nodepicker link) will make it work.
Not sure if it is important but clean URL’s are disabled.
Comments
Comment #1
peter törnstrand commentedCommited. Thanks!