mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 14:58:42 +00:00
41c9226f3d
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
<public:attach event="oncontentready" onevent="init();" />
|
|
<script>
|
|
function init() {
|
|
element.innerHTML = '“'+element.innerHTML+'”';
|
|
}
|
|
</script>
|
|
|
|
<!-- vim: et sw=4 sts=4
|
|
-->
|