summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
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 75b6264..fa9b5ad 100644
--- a/Xerl/Page/Content.pm
+++ b/Xerl/Page/Content.pm
@@ -117,7 +117,8 @@ sub _insertrules($$$) {
}
elsif ( lc $name eq 'includerun' ) {
- push @content, $text;
+ my $contentpath = $config->get_contentpath();
+ push @content, $contentpath;
}
elsif ( lc $name eq 'navigation' ) {