diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:09:18 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:09:18 +0200 |
| commit | 077297dee4632f3bfe76595897e7065b01b914ac (patch) | |
| tree | d1a5784a8fde6987bd1d7864dac1c5010b3dbec3 /Xerl | |
| parent | 3067a794af526f5afc7483fb1c273affe7ffd9a1 (diff) | |
When in doubt, tell the truth.
-- Mark Twain
Diffstat (limited to 'Xerl')
| -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 6acd909..7c26f0d 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -110,7 +110,8 @@ sub _insertrules($$$) { } elsif ( lc $name eq 'inject' ) { # Fetch via LWP::Simple - push @content, '<noop>', get($text), '</noop>'; + my $str = = get($text); + push @content, '<noop>', $str, '</noop>'; } elsif ( lc $name eq 'navigation' ) { |
