Emit errors when body is extracted.
[htmlpurifier.git] / docs / fixquotes.htc
blob80dda2dc24c4b9500b40c338b6524f04ee825dcd
1 <public:attach event="oncontentready" onevent="init();" />
2 <script>
3 function init() {
4   element.innerHTML = '&#8220;'+element.innerHTML+'&#8221;';
6 </script>
8 <!-- vim: et sw=4 sts=4
9 -->