Skip to content

Commit eee3873

Browse files
authored
Change manual configuration entity file extension from .inc to .ent (#331)
1 parent ba82257 commit eee3873

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ function dtd_conf_entities()
595595
else
596596
$conf[] = "<!ENTITY manual.chmonly ''>";
597597

598-
file_put_contents( __DIR__ . "/temp/manual.inc" , implode( "\n" , $conf ) );
598+
file_put_contents( __DIR__ . "/temp/manual.ent" , implode( "\n" , $conf ) );
599599
}
600600

601601
function dtd_file_entities()

manual.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE PHPDOC [
33

44
<!-- Parameter entities used to configure manual.xml -->
5-
<!ENTITY % configure SYSTEM "./temp/manual.inc">
5+
<!ENTITY % configure SYSTEM "./temp/manual.ent">
66
%configure;
77

88
<!-- Entities collected by entities.php -->

0 commit comments

Comments
 (0)