diff --git a/system/templates/characters.html.twig b/system/templates/characters.html.twig
index ec00758e..2e09bd26 100644
--- a/system/templates/characters.html.twig
+++ b/system/templates/characters.html.twig
@@ -275,7 +275,7 @@
{% for frag in frags %}
{{ frag.time|date("j M Y, H:i") }} |
- {{ frag.description|raw }}({% if frag.unjustified %}Unjustified{% else %}Justified{% endif %}) |
+ {{ frag.description|raw }} ({% if frag.unjustified %}Unjustified{% else %}Justified{% endif %}) |
{% set i = i + 1 %}
{% endfor %}