summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:07:39 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:07:39 +0200
commit204a968f2f7404171273fc1f81ed9c450d5ee134 (patch)
tree3697874a58cebb0efb17c44485427e72416ce324
parentc04b203bfb37ae9dc665d42bbb270bda0293f762 (diff)
Behold, the fool saith, "Put not all thine eggs in the one basket"--which is
but a manner of saying, "Scatter your money and your attention;" but the wise man saith, "Put all your eggs in the one basket and--WATCH THAT BASKET." -- Mark Twain, "Pudd'nhead Wilson's Calendar"
-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 ff87e71..1fcc27e 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";
+ my $got = "$got:text:$text";
push @content, '<noop>', $got, '</noop>';
}