diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:04:14 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:04:14 +0200 |
| commit | eef833e4c3b25b5d44cda46903c1ba6ca08cec0c (patch) | |
| tree | cfe56bafcfcbb90aa4cab9a936906b722bf2ba41 | |
| parent | de60face7d7d1263de392af0b483f57e63725e46 (diff) | |
You will be married within a year, and divorced within two.
| -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' ) { |
