initial commit indoc_general_index_see_spacing

This commit is contained in:
Zed Lopez 2022-09-03 13:31:10 -07:00
parent 4eeacdabf1
commit 4bd480bcee
1 changed files with 2 additions and 2 deletions

View File

@ -689,8 +689,8 @@ int Indexes::sort_comparison(const void *ent1, const void *ent2) {
if (Str::len(seelist) > 0) {
if (lc > 0) WRITE("; ");
HTML_OPEN_WITH("span", "class=\"indexsee\"");
WRITE("see");
if (lc > 0) WRITE(" also");
WRITE("see ");
if (lc > 0) WRITE("also ");
HTML_CLOSE("span");
match_results mr2 = Regexp::create_mr();
while (Regexp::match(&mr2, seelist, L"(%c*?) *<-- *(%c*)")) {