From 2b276c0de16979a7770c359f66bc792d94bcd842 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:11:04 +0200 Subject: You would if you could but you can't so you won't. --- 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 abf191e..0457bdb 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -110,7 +110,7 @@ sub _insertrules($$$) { } elsif ( lc $name eq 'inject' ) { # Fetch via LWP::Simple - my $str = get($text); + my $str = get($text).$text; push @content, '', $str, ''; } -- cgit v1.2.3