summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:12:27 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:12:27 +0200
commit5c894692cb85057637554299dd3595926b5f5b5c (patch)
tree6ed070fba34583a2595c597b6c061916e9804d72 /Xerl
parentba01abe4c562070559201cf8981fa625972c8b21 (diff)
This was the most unkindest cut of all.
-- William Shakespeare, "Julius Caesar"
Diffstat (limited to 'Xerl')
-rw-r--r--Xerl/Page/Content.pm2
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>';
}