aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/google.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-24 20:41:35 -0400
committerJoey Hess <joey@kitenet.net>2010-04-24 20:41:35 -0400
commita1575b0c8398f3ebb70b2364b986964fb354e09a (patch)
tree38628133c646dd0b7e263ec23f07c4356b391031 /IkiWiki/Plugin/google.pm
parentc6a473b8eea0ea015c44c3cd7a267f6325febac5 (diff)
downloadikiwiki-a1575b0c8398f3ebb70b2364b986964fb354e09a.tar
ikiwiki-a1575b0c8398f3ebb70b2364b986964fb354e09a.tar.gz
bugfixes
Diffstat (limited to 'IkiWiki/Plugin/google.pm')
-rw-r--r--IkiWiki/Plugin/google.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/google.pm b/IkiWiki/Plugin/google.pm
index 529a2c801..85467fa0b 100644
--- a/IkiWiki/Plugin/google.pm
+++ b/IkiWiki/Plugin/google.pm
@@ -28,7 +28,7 @@ sub checkconfig () {
# This is a mass dependency, so if the search form template
# changes, every page is rebuilt.
- add_depends("", "googleform.tmpl");
+ add_depends("", "templates/googleform.tmpl");
}
my $form;