InsetIndex: improve formatting of resulting XHTML

There was no line feed before the closing </li> for entries, which was inconsistent with the other block tags.
This commit is contained in:
Thibaut Cuvelier 2022-11-20 00:12:06 +01:00
parent 2f1861380d
commit e9f21f2e83

View File

@ -1783,6 +1783,7 @@ void outputIndexPage(XMLStream & xs, const IndexNode* root_node, unsigned depth
}
entry_number += 1;
}
xs << xml::CR();
}
if (!root_node->entries.empty() && !root_node->children.empty()) {