diff options
Diffstat (limited to 'Xerl')
| -rw-r--r-- | Xerl/Page/Content.pm | 5 |
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' ) { |
