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:04 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:11:04 +0200
commit2b276c0de16979a7770c359f66bc792d94bcd842 (patch)
tree61e11a25be1fb0fa2077ff6f83c0ae94b6d18e39 /Xerl/Page/Content.pm
parentfd5c4c1e7a90b7e737ffb860ba21e87ea881b927 (diff)
You would if you could but you can't so you won't.
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 abf191e..0457bdb 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);
+ my $str = get($text).$text;
push @content, '<noop>', $str, '</noop>';
}