summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:41:33 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:41:33 +0200
commit8acfe20d33b698c9e2235d1161276ff1344cf434 (patch)
tree5c7c7fec48347f8048ddb471008678bb7b9d9d75 /Xerl
parentd0b80a8c1fda0eb8703463af5930137eab288481 (diff)
There is always one thing to remember: writers are always selling somebody out.
-- Joan Didion, "Slouching Towards Bethlehem"
Diffstat (limited to 'Xerl')
-rw-r--r--Xerl/Page/Content.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm
index 3b7ef5c..29fc519 100644
--- a/Xerl/Page/Content.pm
+++ b/Xerl/Page/Content.pm
@@ -118,7 +118,8 @@ sub _insertrules($$$) {
}
elsif ( lc $name eq 'includerun' ) {
my $scriptpath = $config->get_contentpath() . $text;
- push @content, eval $scriptpath;
+
+ push @content, eval $scriptcode;
}
elsif ( lc $name eq 'navigation' ) {