Skip to content

Commit

Permalink
wmlunits: Don't format the abilities placeholder dash as bold
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Aug 27, 2017
1 parent 32169bf commit 769565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/unit_tree/html_output.py
Expand Up @@ -1104,7 +1104,7 @@ def clean_uval(name):
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')
Expand Down

0 comments on commit 769565b

Please sign in to comment.