Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(no commit message)
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
htmlbalance.pm
diff --git
a/IkiWiki/Plugin/htmlbalance.pm
b/IkiWiki/Plugin/htmlbalance.pm
index 26f8e494bf537dba9f2b0c967c71fb9f26067b84..da450eea7ef691c8f16ed4e5a20a2603b0491c22 100644
(file)
--- a/
IkiWiki/Plugin/htmlbalance.pm
+++ b/
IkiWiki/Plugin/htmlbalance.pm
@@
-43,7
+43,7
@@
sub sanitize (@) {
my @nodes = $tree->disembowel();
foreach my $node (@nodes) {
if (ref $node) {
- $ret .= $node->as_
XML(
);
+ $ret .= $node->as_
HTML(undef, '', {}
);
chomp $ret;
$node->delete();
}