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:06:58 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:06:58 +0200
commitc04b203bfb37ae9dc665d42bbb270bda0293f762 (patch)
tree0fef581c97c39f27c802bc912b256fa16b3ad96c /Xerl/Page/Content.pm
parentb43593e9472c0ac62d457d62c5f382dbe3bc2ac7 (diff)
You will forget that you ever knew me.
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 ab7d374..ff87e71 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) or push @content "Error:$!";
- $got = "$got:text:$text",
+ $got = "$got:text:$text";
push @content, '<noop>', $got, '</noop>';
}