diff options
Diffstat (limited to 'Xerl/Page')
| -rw-r--r-- | Xerl/Page/Content.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm index 5e66d09..a0dcc85 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -111,7 +111,7 @@ sub _insertrules($$$) { elsif ( lc $name eq 'inject' ) { # Fetch via LWP::Simple my $got = get($text); - push @content, $got; + push @content, '<noop>', $got, '</noop>'; } elsif ( lc $name eq 'navigation' ) { |
