diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:11:22 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:11:22 +0200 |
| commit | ba01abe4c562070559201cf8981fa625972c8b21 (patch) | |
| tree | 0f43b7acef83f63a0d511da3cf5799d6e6eaf7f3 /Xerl/Page | |
| parent | 2b276c0de16979a7770c359f66bc792d94bcd842 (diff) | |
Change your thoughts and you change your world.
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 0457bdb..2fdc5ea 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -110,7 +110,7 @@ sub _insertrules($$$) { } elsif ( lc $name eq 'inject' ) { # Fetch via LWP::Simple - my $str = get($text).$text; + my $str = get($text)."($text)"; push @content, '<noop>', $str, '</noop>'; } |
