mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
look for opening [
This commit is contained in:
parent
3db767c98f
commit
d9156bba3e
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ foreach $file (keys %file_types) {
|
|||
close(SOURCE) if (eof(SOURCE));
|
||||
next;
|
||||
}
|
||||
if (/^<!DOCTYPE/) {
|
||||
if (/^<!DOCTYPE.*\[$/) {
|
||||
while (!eof(SOURCE)) {
|
||||
$_ = <SOURCE>;
|
||||
next if (eof(SOURCE));
|
||||
|
|
|
|||
Loading…
Reference in a new issue