"northam" wrote: > My code in template.kid: > <div class="cpy">© 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 > , © > and so on which MUST NOT be touched by Kid at all.
why? for the browser, character references are no different from character codes. http://www.w3.org/TR/REC-html40/charset.html </F>

