summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
Diffstat (limited to 'Xerl')
-rw-r--r--Xerl/Page/Content.pm1
1 files changed, 1 insertions, 0 deletions
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, '<noop>', $got, '</noop>';
}