summaryrefslogtreecommitdiff
path: root/Xerl/Page/Content.pm
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:11:22 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:11:22 +0200
commitba01abe4c562070559201cf8981fa625972c8b21 (patch)
tree0f43b7acef83f63a0d511da3cf5799d6e6eaf7f3 /Xerl/Page/Content.pm
parent2b276c0de16979a7770c359f66bc792d94bcd842 (diff)
Change your thoughts and you change your world.
Diffstat (limited to 'Xerl/Page/Content.pm')
-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 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>';
}