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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user