summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index d5654a2..1d1dbbe 100644
--- a/index.php
+++ b/index.php
@@ -39,6 +39,8 @@ foreach ($storiesDirContent as $storyName) {
}
}
+ksort($stories, SORT_STRING);
+
$currentStoryName = visibleName($currentStory);
function printEntities($entities, $storyName = NULL) {