diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:12:27 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:12:27 +0200 |
| commit | 5c894692cb85057637554299dd3595926b5f5b5c (patch) | |
| tree | 6ed070fba34583a2595c597b6c061916e9804d72 /Xerl | |
| parent | ba01abe4c562070559201cf8981fa625972c8b21 (diff) | |
This was the most unkindest cut of all.
-- William Shakespeare, "Julius Caesar"
Diffstat (limited to 'Xerl')
| -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 2fdc5ea..abf191e 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); push @content, '<noop>', $str, '</noop>'; } |
