diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 07:40:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 07:40:20 +0000 |
commit | e16746a52f40f478af1b634c532d90c25cc0ec76 (patch) | |
tree | 2ef03282413737d0fed459903b176ea96e6267c0 /t | |
parent | e5b323a6331df4f400ea5a3eaa82441f85d41950 (diff) | |
download | ikiwiki-e16746a52f40f478af1b634c532d90c25cc0ec76.tar ikiwiki-e16746a52f40f478af1b634c532d90c25cc0ec76.tar.gz |
* Add toc (table of contents) plugin.
Diffstat (limited to 't')
-rwxr-xr-x | t/html.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ use Test::More; my @pages; BEGIN { - @pages=qw(index todo features news plugins/map); + @pages=qw(index todo features news plugins/map security); if (! -x "/usr/bin/validate") { plan skip_all => "/usr/bin/validate html validator not present"; } |