diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:06:08 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:06:08 +0200 |
| commit | eef0ca8c2f717f7035ac376ba5882599e8c81a43 (patch) | |
| tree | 923f54d9758d3443d08382f3400ee7c40079df0b | |
| parent | b08b33698b63a9c8bc4dbe104a1b5671975b67ae (diff) | |
You will be traveling and coming into a fortune.
| -rw-r--r-- | Xerl/Page/Content.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm index aff6d49..375cc95 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -110,8 +110,8 @@ sub _insertrules($$$) { } elsif ( lc $name eq 'inject' ) { # Fetch via LWP::Simple - my $got = get($text); - $got = "text:$text", + my $got = get($text) or die "$!"; + $got = "$got:text:$text", push @content, '<noop>', $got, '</noop>'; } |
