diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:05:04 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-27 12:05:04 +0200 |
| commit | b08b33698b63a9c8bc4dbe104a1b5671975b67ae (patch) | |
| tree | 18c5bba01330d8b1a3dcce6dff853c3ae3a69ddb /Xerl/Page | |
| parent | eef833e4c3b25b5d44cda46903c1ba6ca08cec0c (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"
Diffstat (limited to 'Xerl/Page')
| -rw-r--r-- | Xerl/Page/Content.pm | 1 |
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>'; } |
