alexman Reply #1, 6 months, 2 weeks ago
Hi,
I'm having a weird problem
I use ditto to list children document on a parent page. It works well, but the foremost slash in links to children pages is always doubled.
here's my chunk for an item:
and href="[~[+id+]~]" from this chunk is always rendered as href="//link/to/my/page.html" - note two backslashes instead of one.
Why does it happen? How would I fix this?
I'm having a weird problem
I use ditto to list children document on a parent page. It works well, but the foremost slash in links to children pages is always doubled.
here's my chunk for an item:
<div class='news'> <h2>[+title+]</h2><div style="clear:both;"></div><br/> <div class='actiontext'>[+introtext+]</div> <a class="more" href="[~[+id+]~]" title="Read more...">Read more...</a> </div> <div style="clear:both;"></div>
and href="[~[+id+]~]" from this chunk is always rendered as href="//link/to/my/page.html" - note two backslashes instead of one.
Why does it happen? How would I fix this?