Skip to content

Commit

Permalink
Bug fix for spacing in Alphabetic index of Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ganelson committed Apr 9, 2022
1 parent 231e86c commit a27ac53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inter/index-module/Chapter 3/Alphabetic Element.w
Expand Up @@ -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
Expand Down

0 comments on commit a27ac53

Please sign in to comment.