indentation
parent
97e9d99358
commit
6a2f3ef4bd
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue