From 204a968f2f7404171273fc1f81ed9c450d5ee134 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:07:39 +0200 Subject: 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" --- Xerl/Page/Content.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, '', $got, ''; } -- cgit v1.2.3