mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 14:58:42 +00:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
|
<public:attach event="oncontentready" onevent="init();" />
|
||
|
<script>
|
||
|
function init() {
|
||
|
element.innerHTML = '“'+element.innerHTML+'”';
|
||
|
}
|
||
|
</script>
|