Skip to content

Commit fb172fb

Browse files
alfsblacatoire
andauthored
Review,
Co-authored-by: Louis-Arnaud <la.catoire@gmail.com>
1 parent 527040a commit fb172fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ function dtd_pe_load( string $name , string $filename ) : string
650650
$contents .= dtd_pe_load( "file-entities" , __DIR__ . '/temp/file-entities.dtd' );
651651

652652
if ( $GLOBALS['ac']['CHMENABLED'] == 'yes' )
653-
$contents = dtd_pe_body( "manual.chmonly" , __DIR__ . "/chm/manual.chm.xml" );
653+
$contents = dtd_pe_load( "manual.chmonly" , __DIR__ . "/chm/manual.chm.xml" );
654654
else
655655
$contents .= "<!ENTITY manual.chmonly ''>\n";
656656

0 commit comments

Comments
 (0)