mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
look for opening [
This commit is contained in:
parent
3db767c98f
commit
d9156bba3e
@ -322,7 +322,7 @@ foreach $file (keys %file_types) {
|
|||||||
close(SOURCE) if (eof(SOURCE));
|
close(SOURCE) if (eof(SOURCE));
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
if (/^<!DOCTYPE/) {
|
if (/^<!DOCTYPE.*\[$/) {
|
||||||
while (!eof(SOURCE)) {
|
while (!eof(SOURCE)) {
|
||||||
$_ = <SOURCE>;
|
$_ = <SOURCE>;
|
||||||
next if (eof(SOURCE));
|
next if (eof(SOURCE));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user