sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make valid html
[ikiwiki.git]
/
t
/
html.t
diff --git
a/t/html.t
b/t/html.t
index fc6888dca7de7832767d6f16eb9aa036a4ee5752..66e90d8e3bc91d8323283be6c10d313fa603beef 100755
(executable)
--- a/
t/html.t
+++ b/
t/html.t
@@
-11,10
+11,9
@@
BEGIN {
plan skip_all => "/usr/bin/validate html validator not present";
}
else {
- plan(tests => int @pages +
3
);
+ plan(tests => int @pages +
2
);
}
use_ok("IkiWiki");
- use_ok("IkiWiki::Render");
}
# Have to build the html pages first.