diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:40:08 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:40:08 +0200 |
| commit | 06c1090b10521f92fedb7e4aaef98a742d453fd7 (patch) | |
| tree | e82665481fe19a49b8a623dcd1343f979f223bf2 /Xerl/Page | |
| parent | 3afd83931e4ba206f7c8783b0db36b87be09771a (diff) | |
You too can wear a nose mitten.
Diffstat (limited to 'Xerl/Page')
| -rw-r--r-- | Xerl/Page/Content.pm | 3 |
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' ) { |
