aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/calendar.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-15 13:58:04 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-15 13:58:04 -0400
commit6a2f3ef4bd0649608592331ae52ca6895abdd2c4 (patch)
treec577c02d838f53b9dfce8842d9f3ed8f8f9c005f /IkiWiki/Plugin/calendar.pm
parent97e9d99358a04ef0623e57e82e6a61d42b3f2a99 (diff)
downloadikiwiki-6a2f3ef4bd0649608592331ae52ca6895abdd2c4.tar
ikiwiki-6a2f3ef4bd0649608592331ae52ca6895abdd2c4.tar.gz
indentation
Diffstat (limited to 'IkiWiki/Plugin/calendar.pm')
-rw-r--r--IkiWiki/Plugin/calendar.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/calendar.pm b/IkiWiki/Plugin/calendar.pm
index fe4b16072..c25893f72 100644
--- a/IkiWiki/Plugin/calendar.pm
+++ b/IkiWiki/Plugin/calendar.pm
@@ -211,8 +211,8 @@ EOF
# matching the pagespec are added or removed.
add_depends($params{page}, $params{pages});
# Explicitly add all currently linked pages as dependencies, so
- # that if they are removed, the calendar will be sure to be updated.
- add_depends($params{page}, join(" or ", @list));
+ # that if they are removed, the calendar will be sure to be updated.
+ add_depends($params{page}, join(" or ", @list));
return $calendar;
}