summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-23 15:23:34 -0400
committerJoey Hess <joey@kitenet.net>2010-04-23 15:23:34 -0400
commit0e68f76a9ab76bc6d0f0d45617517220afc146ff (patch)
tree0d110eaf649c5ddc75faa4656999db7f4cea52f6
parentd1cc7e81c84e57c32b6560f82065caf6535c0692 (diff)
update
-rw-r--r--IkiWiki/Plugin/template.pm2
-rw-r--r--template-transition-notes2
2 files changed, 1 insertions, 3 deletions
diff --git a/IkiWiki/Plugin/template.pm b/IkiWiki/Plugin/template.pm
index e5a0c05c3..d2b2fef55 100644
--- a/IkiWiki/Plugin/template.pm
+++ b/IkiWiki/Plugin/template.pm
@@ -33,7 +33,7 @@ sub preprocess (@) {
error gettext("missing id parameter")
}
- # The bare id is used, so a page templates/$id will be used as
+ # The bare id is used, so a page templates/$id can be used as
# the template.
my $template;
eval {
diff --git a/template-transition-notes b/template-transition-notes
index ccff3e78f..a319616f4 100644
--- a/template-transition-notes
+++ b/template-transition-notes
@@ -1,6 +1,4 @@
* add_templates option removed from underlay plugin
(can use add_underlays instead)
* includes no longer allowed in templates
-* template directive no longer uses $foo.tmpl , only
- page $foo.
* template_params removed (not exported API)