mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +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));
|
||||
next;
|
||||
}
|
||||
if (/^<!DOCTYPE/) {
|
||||
if (/^<!DOCTYPE.*\[$/) {
|
||||
while (!eof(SOURCE)) {
|
||||
$_ = <SOURCE>;
|
||||
next if (eof(SOURCE));
|
||||
|
Loading…
x
Reference in New Issue
Block a user