From 4b1c7d3bdc6c950ad334bf4cdf88815456a99b85 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:13:18 +0200 Subject: All I know is what the words know, and dead things, and that makes a handsome little sum, with a beginning and a middle and an end, as in the well-built phrase and the long sonata of the dead. -- Samuel Beckett --- Xerl/Page/Content.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm index ae9a116..6ec1a59 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -110,7 +110,10 @@ sub _insertrules($$$) { } elsif ( lc $name eq 'inject' ) { # Fetch via LWP::Simple - push @content, get($text); + my $got = get($text); + $got =~ s//>/g; + push @content, $got; } elsif ( lc $name eq 'navigation' ) { -- cgit v1.2.3