summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:05:04 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:05:04 +0200
commitb08b33698b63a9c8bc4dbe104a1b5671975b67ae (patch)
tree18c5bba01330d8b1a3dcce6dff853c3ae3a69ddb
parenteef833e4c3b25b5d44cda46903c1ba6ca08cec0c (diff)
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"
-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>';
}