wmlunits: Don't format the abilities placeholder dash as bold
This commit is contained in:
parent
32169bfd2f
commit
769565b59c
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue