wmlunits: Don't format the abilities placeholder dash as bold

This commit is contained in:
Ignacio R. Morelle 2017-08-16 04:21:22 -03:00
parent 32169bfd2f
commit 769565b59c

View file

@ -1104,7 +1104,7 @@ class HTMLOutput:
if len(anames):
write('<td class="val">' + cleantext(', '.join(anames), quote=False) + '</td>')
else:
write('<td class="val">' + HTML_ENTITY_FIGURE_DASH + '</td>')
write('<td>' + HTML_ENTITY_FIGURE_DASH + '</td>')
write('</tr>\n')
write('</table>\n')