My code in template.kid:
<div class="cpy">&copy; 2006...
Is shown in browser like: © 2006...
when I looked in generated html source I saw:
<div class="cpy">© 2006...
I suspect premature transformation of special html like &nbsp;, &copy;
and so on which MUST NOT be touched by Kid at all.
Is there any workaround?

Reply via email to