From a27ac533bcf5ecabd57ecfb9be82951252f7087c Mon Sep 17 00:00:00 2001 From: Graham Nelson Date: Sat, 9 Apr 2022 12:15:22 +0100 Subject: [PATCH] Bug fix for spacing in Alphabetic index of Actions --- inter/index-module/Chapter 3/Alphabetic Element.w | 1 + 1 file changed, 1 insertion(+) diff --git a/inter/index-module/Chapter 3/Alphabetic Element.w b/inter/index-module/Chapter 3/Alphabetic Element.w index ff0c78bd8..0c5dd6d6c 100644 --- a/inter/index-module/Chapter 3/Alphabetic Element.w +++ b/inter/index-module/Chapter 3/Alphabetic Element.w @@ -83,6 +83,7 @@ void AlphabeticElement::note(OUTPUT_STREAM, text_stream *key, localisation_dicti WRITE_TO(full, "Index.Elements.A2.%S", key); Localisation::italic(OUT, LD, full); DISCARD_TEXT(full) + WRITE(" "); } @ This comparison function sorts actions in alphabetical order of name; by