summaryrefslogtreecommitdiffstats
path: root/INF/ILO.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF/ILO.pm')
-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;
}