fixes #3337: Ugly rendering of definition list term's classifier.

refs #2318: this incorrect rendering was introduced at #2318. In this change, we deprecated 'termsep' and made use of the 'classfire' node generated by docutils. However, at this time, because the HTML tag was outputted according to the node structure of docutils, the display was broken.

refs #2987: This change may affect the #2987 fix. In my environment I could not reproduce the problem.
This commit is contained in:
shimizukawa
2017-01-15 11:13:17 +09:00
parent 234379be9e
commit 57a82e44cc
2 changed files with 1 additions and 18 deletions

View File

@@ -33,6 +33,7 @@ Bugs fixed
* #3315: Bibliography crashes on latex build with docclass 'memoir'
* #3328: Could not refer rubric implicitly
* #3329: emit warnings if po file is invalid and can't read it. Also writing mo too.
* #3337: Ugly rendering of definition list term's classifier.
Release 1.5.1 (released Dec 13, 2016)