summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:40:39 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:40:39 +0200
commitc14a756c697d901461f9476c553747359ec52e81 (patch)
tree3f92f956b5b97053a44a0df5d4441b25d408fe1f /Xerl
parent06c1090b10521f92fedb7e4aaef98a742d453fd7 (diff)
Good day to let down old friends who need help.
Diffstat (limited to 'Xerl')
-rw-r--r--Xerl/Page/Content.pm5
1 files changed, 3 insertions, 2 deletions
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' ) {