I think your template is just inaccurately written. Replace:
<perch:blog id=" prev_url " encode="false " rewrite="/blog/{cat:category:%s/}{page:page/%s} "/>
with:
<perch:blog id="prev_url" encode="false" rewrite="/blog/{cat:category:%s/}{page:page/%s}" />
and:
<perch:blog id=" next_url " encode="false " rewrite="/blog/{cat:category:%s/}{page:page/%s} "/>
<perch:blog id="next_url" encode="false" rewrite="/blog/{cat:category:%s/}{page:page/%s}" />
Fixed. I think, that's what happens when you leave 'Beautify on' in Brackets it moves the quote marks out. Thanks for that, especially on a Sunday!
D
I think your template is just inaccurately written. Replace:
with:
and:
with:
Fixed. I think, that's what happens when you leave 'Beautify on' in Brackets it moves the quote marks out. Thanks for that, especially on a Sunday!
D