summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:10:22 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:10:22 +0200
commitfd5c4c1e7a90b7e737ffb860ba21e87ea881b927 (patch)
tree6ed070fba34583a2595c597b6c061916e9804d72 /Xerl
parent077297dee4632f3bfe76595897e7065b01b914ac (diff)
Q: How many psychiatrists does it take to change a light bulb?
A: Only one, but it takes a long time, and the light bulb has to really want to change.
Diffstat (limited to 'Xerl')
-rw-r--r--Xerl/Page/Content.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm
index 7c26f0d..abf191e 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);
push @content, '<noop>', $str, '</noop>';
}