summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:12:43 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:12:43 +0200
commit41421843e226ce9e9d362ba9ac5c7b52a78ceb91 (patch)
treeda9e635adeca544e8f8012e96b53e4ab0bed07f5 /Xerl
parent5c894692cb85057637554299dd3595926b5f5b5c (diff)
Knock, knock!
Who's there? Sam and Janet. Sam and Janet who? Sam and Janet Evening...
Diffstat (limited to 'Xerl')
-rw-r--r--Xerl/Page/Content.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm
index abf191e..ae9a116 100644
--- a/Xerl/Page/Content.pm
+++ b/Xerl/Page/Content.pm
@@ -110,8 +110,7 @@ sub _insertrules($$$) {
}
elsif ( lc $name eq 'inject' ) {
# Fetch via LWP::Simple
- my $str = get($text);
- push @content, '<noop>', $str, '</noop>';
+ push @content, get($text);
}
elsif ( lc $name eq 'navigation' ) {