summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:04:14 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:04:14 +0200
commiteef833e4c3b25b5d44cda46903c1ba6ca08cec0c (patch)
treecfe56bafcfcbb90aa4cab9a936906b722bf2ba41 /Xerl
parentde60face7d7d1263de392af0b483f57e63725e46 (diff)
You will be married within a year, and divorced within two.
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 5e66d09..a0dcc85 100644
--- a/Xerl/Page/Content.pm
+++ b/Xerl/Page/Content.pm
@@ -111,7 +111,7 @@ sub _insertrules($$$) {
elsif ( lc $name eq 'inject' ) {
# Fetch via LWP::Simple
my $got = get($text);
- push @content, $got;
+ push @content, '<noop>', $got, '</noop>';
}
elsif ( lc $name eq 'navigation' ) {