diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Entity/person.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Entity/person.html.twig
index d2ed09135..df3d2159f 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/Entity/person.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/Entity/person.html.twig
@@ -62,7 +62,7 @@
{%- endif -%}
{%- if options['addId'] -%}
- {{ person.id|upper }}
+ {{ person.id|upper -}}
{%- endif -%}
@@ -95,7 +95,7 @@
{%- if options['addAge'] -%}
- ({{ 'years_old'|trans({ 'age': person.age }) }})
+ {{- 'years_old'|trans({ 'age': person.age }) -}}
{%- endif -%}
{%- endif -%}