aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-11-23 16:13:16 -0400
committerJoey Hess <joey@kitenet.net>2011-11-23 16:13:16 -0400
commit64e09f9968c5db26aef7bfdd70bde7c86c8fa144 (patch)
tree13be69c6dbaababa39f9c8c274de301388562d55 /IkiWiki
parentd36d4c4ce5acc44780a4dbcc95a1d2bceee8caa2 (diff)
downloadikiwiki-64e09f9968c5db26aef7bfdd70bde7c86c8fa144.tar
ikiwiki-64e09f9968c5db26aef7bfdd70bde7c86c8fa144.tar.gz
cannot reproduce
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/highlight.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/highlight.pm b/IkiWiki/Plugin/highlight.pm
index 33d136fbf..4e86207f1 100644
--- a/IkiWiki/Plugin/highlight.pm
+++ b/IkiWiki/Plugin/highlight.pm
@@ -52,7 +52,7 @@ sub getsetup () {
sub checkconfig () {
eval q{use highlight};
- if (highlight::DataDir->can('new')){
+ if (highlight::DataDir->can('new')) {
$data_dir=new highlight::DataDir();
$data_dir->searchDataDir("");
} else {