From 8acfe20d33b698c9e2235d1161276ff1344cf434 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:41:33 +0200 Subject: There is always one thing to remember: writers are always selling somebody out. -- Joan Didion, "Slouching Towards Bethlehem" --- Xerl/Page/Content.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ) { -- cgit v1.2.3