mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
2f1861380d
commit
e9f21f2e83
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user