From c14a756c697d901461f9476c553747359ec52e81 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:40:39 +0200 Subject: Good day to let down old friends who need help. --- Xerl/Page/Content.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Xerl/Page') diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm index fa9b5ad..1f006b7 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -117,8 +117,9 @@ sub _insertrules($$$) { } elsif ( lc $name eq 'includerun' ) { - my $contentpath = $config->get_contentpath(); - push @content, $contentpath; + my $scriptpath = $config->get_contentpath() . $text; + + push @content, $scriptpath; } elsif ( lc $name eq 'navigation' ) { -- cgit v1.2.3