We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b54277 commit 5027ef5Copy full SHA for 5027ef5
1 file changed
make_chm.php
@@ -349,6 +349,7 @@ function buildChm( $cpp = true )
349
$metadata = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'."\n";
350
$metadata .= '<html><head><meta name="GENERATOR" content="Script from CEZEO software Ltd."></head><body>'."\n<ul>\n";
351
352
+ ksort($keywordsFiles);
353
foreach ( array_keys( $keywordsFiles ) as $kwf )
354
{
355
$metadata .= "\t<li><object type=\"text/sitemap\">\n";
0 commit comments