summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-05-31 14:00:41 +0100
committerYour Name <you@example.com>2019-05-31 14:00:41 +0100
commit2a45484e84be736b43db513af00946c0eb514ae3 (patch)
tree5ba811b812be32e4b0df448af371a08d2c8226d7
parent9dfebdb7499c2d927ca63100f45535926198c106 (diff)
downloadinf-2a45484e84be736b43db513af00946c0eb514ae3.tar.gz
inf-2a45484e84be736b43db513af00946c0eb514ae3.tar.bz2
inf-2a45484e84be736b43db513af00946c0eb514ae3.zip
make work
-rw-r--r--INF/ILO.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/INF/ILO.pm b/INF/ILO.pm
index 129a0d0..99da2ea 100644
--- a/INF/ILO.pm
+++ b/INF/ILO.pm
@@ -213,7 +213,7 @@ sub view($) {
}
my $content = $res->content;
- unless ( $content =~ /Netscape'\) {(.*)}[\s\n]*else if/s ) {
+ unless ( $content =~ /Netscape'\) \{(.*)}[\s\n]*else if/s ) {
print STDERR "returned html doesn't look right\n";
return -1;
}