repo.or.cz
/
htmlpurifier.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 4.7.0.
[htmlpurifier.git]
/
docs
/
fixquotes.htc
blob
80dda2dc24c4b9500b40c338b6524f04ee825dcd
1
<public:attach event="oncontentready" onevent="init();" />
2
<script>
3
function init() {
4
element.innerHTML = '“'+element.innerHTML+'”';
5
}
6
</script>
7
8
<!-- vim: et sw=4 sts=4
9
-->