Fix formatting [ci skip]

This commit is contained in:
Ines Montani 2019-10-31 15:10:25 +01:00
parent 59358d9b71
commit df4c9ae3dc
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ TPL_ENT = """
"""
TPL_ENT_RTL = """
<mark class="entity" style="background: {bg}; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em;">
<mark class="entity" style="background: {bg}; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em">
{text}
<span style="font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-right: 0.5rem">{label}</span>
</mark>