master
Aevann1 2022-01-25 03:30:35 +02:00
parent 2c3dadc67c
commit a9e2cd4bca
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class Slots:
from_user.coins += reward
self.db.add(from_user)
from_comment.slots_result = f'{symbols}<em>{text}</em>'
from_comment.slots_result = f'{symbols} {text}'
self.db.add(from_comment)
self.db.commit()

View File

@ -231,7 +231,7 @@
{% endif %}
{% if c.slots_result %}
<span style="position: relative; top: 2px; margin-left: 0.5rem">{{c.slots_result}}</span>
<em style="position: relative; top: 2px; margin-left: 0.5rem">{{c.slots_result}}</em>
{% endif %}
</div>
{% if c.active_flags %}