summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:40:08 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:40:08 +0200
commit06c1090b10521f92fedb7e4aaef98a742d453fd7 (patch)
treee82665481fe19a49b8a623dcd1343f979f223bf2
parent3afd83931e4ba206f7c8783b0db36b87be09771a (diff)
You too can wear a nose mitten.
-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' ) {