summaryrefslogtreecommitdiff
path: root/Xerl.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Xerl.pm')
-rw-r--r--Xerl.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xerl.pm b/Xerl.pm
index 2510823..c099329 100644
--- a/Xerl.pm
+++ b/Xerl.pm
@@ -78,7 +78,7 @@ sub run($) {
Xerl::Page::Document->new( config => $config );
$document->parse();
- return undef if $config->shutdown_exists();
+ return undef if $config->shutdown_exists();
}
else {
@@ -86,7 +86,7 @@ sub run($) {
Xerl::Page::Templates->new( config => $config );
$templates->parse();
- return undef if $config->shutdown_exists();
+ return undef if $config->shutdown_exists();
$templates->print($time);
}