Skip to content

Commit 5027ef5

Browse files
committed
make_chm: sort keywordsFiles
Fix #14
1 parent 8b54277 commit 5027ef5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

make_chm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ function buildChm( $cpp = true )
349349
$metadata = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'."\n";
350350
$metadata .= '<html><head><meta name="GENERATOR" content="Script from CEZEO software Ltd."></head><body>'."\n<ul>\n";
351351

352+
ksort($keywordsFiles);
352353
foreach ( array_keys( $keywordsFiles ) as $kwf )
353354
{
354355
$metadata .= "\t<li><object type=\"text/sitemap\">\n";

0 commit comments

Comments
 (0)