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
finalize
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
htmlbalance.pm
diff --git
a/IkiWiki/Plugin/htmlbalance.pm
b/IkiWiki/Plugin/htmlbalance.pm
index 261e273aab55eff23790a44ee7f460a70f6eba05..26f8e494bf537dba9f2b0c967c71fb9f26067b84 100644
(file)
--- a/
IkiWiki/Plugin/htmlbalance.pm
+++ b/
IkiWiki/Plugin/htmlbalance.pm
@@
-10,7
+10,6
@@
package IkiWiki::Plugin::htmlbalance;
use warnings;
use strict;
use IkiWiki 3.00;
use warnings;
use strict;
use IkiWiki 3.00;
-use HTML::TreeBuilder;
use HTML::Entities;
sub import {
use HTML::Entities;
sub import {
@@
-30,6
+29,8
@@
sub sanitize (@) {
my %params=@_;
my $ret = '';
my %params=@_;
my $ret = '';
+ eval q{use HTML::TreeBuilder};
+ error $@ if $@;
my $tree = HTML::TreeBuilder->new();
$tree->ignore_unknown(0);
$tree->ignore_ignorable_whitespace(0);
my $tree = HTML::TreeBuilder->new();
$tree->ignore_unknown(0);
$tree->ignore_ignorable_whitespace(0);