mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 17:30:22 -04:00
parent
f014ce8ea4
commit
f67969466f
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