diff --git a/app/eve_api/templates/eve_api/character_list.html b/app/eve_api/templates/eve_api/character_list.html
index e765a13..a427fe8 100644
--- a/app/eve_api/templates/eve_api/character_list.html
+++ b/app/eve_api/templates/eve_api/character_list.html
@@ -16,7 +16,7 @@
| {{ char.name }} |
{{ char.corporation }} |
{% if char.corporation.alliance %}{{ char.corporation.alliance }}{% endif %} |
- {{ char.total_sp|intcomma }} SP |
+ {{ char.total_sp|intcomma }} SP |
{% if char.current_training %}{{ char.current_training.skill.name }} to Level {{ char.current_training.in_training }}{% endif %} |
{% endfor %}