projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e9d99
)
indentation
author
Joey Hess
<joey@gnu.kitenet.net>
Sat, 15 Aug 2009 17:58:04 +0000
(13:58 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sat, 15 Aug 2009 17:58:04 +0000
(13:58 -0400)
IkiWiki/Plugin/calendar.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/calendar.pm
b/IkiWiki/Plugin/calendar.pm
index fe4b16072131eea5571a86d75c65a7a117bb3efc..c25893f726ca96870bdb34389b9ab736c3dee745 100644
(file)
--- 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;
}