mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 14:58:42 +00:00
299f93f8f0
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@768 48356398-32a2-884e-a903-53898d9a118a
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
<public:attach event="oncontentready" onevent="init();" />
|
|
<script>
|
|
function init() {
|
|
element.innerHTML = '“'+element.innerHTML+'”';
|
|
}
|
|
</script>
|