diff --git a/_includes/includes/index-content.php b/_includes/includes/index-content.php index 758831cf1..0ba13001f 100644 --- a/_includes/includes/index-content.php +++ b/_includes/includes/index-content.php @@ -7,6 +7,7 @@ * be appended to the bottom of the list. */ function get_file_titles_by_index($base, $unsorted_items) { + $items = []; $order = str_replace("\r\n", "\n", @file_get_contents($base.'__index.txt')); $order = explode("\n", $order); foreach($order as $item) { diff --git a/developer/language/guide/headers.md b/developer/language/guide/headers.md index fd673baa4..46c525f8e 100644 --- a/developer/language/guide/headers.md +++ b/developer/language/guide/headers.md @@ -96,7 +96,4 @@ title: Header system stores be associated (Deprecated) >[!NOTE] -> The older header keywords are deprecated and will be not be supported for -> keyboards that target Keyman 19.0 or later. -> [system stores](stores#toc-system-stores) should be used in place of -> header keywords. +> The older header keywords are deprecated and will be not be supported for keyboards that target Keyman 19.0 or later. [system stores](stores#toc-system-stores) should be used in place of header keywords. diff --git a/developer/language/guide/stores.md b/developer/language/guide/stores.md index a5f1c5ca4..b62a70db4 100644 --- a/developer/language/guide/stores.md +++ b/developer/language/guide/stores.md @@ -64,8 +64,8 @@ and will match any character in the specified store, remembering its index. ``` - any(storeName) + ... > ... - ... + any(storeName) > ... + any(storeName) + … > … + … + any(storeName) > … ``` The `index()` statement is used to look up a character in a store at the