fixquotes.htc 188 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <public:attach event="oncontentready" onevent="init();" /> <script> function init() { element.innerHTML = '“'+element.innerHTML+'”'; } </script> <!-- vim: et sw=4 sts=4 -->