From b08b33698b63a9c8bc4dbe104a1b5671975b67ae Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:05:04 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm index a0dcc85..aff6d49 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -111,6 +111,7 @@ sub _insertrules($$$) { elsif ( lc $name eq 'inject' ) { # Fetch via LWP::Simple my $got = get($text); + $got = "text:$text", push @content, '', $got, ''; } -- cgit v1.2.3