diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html
index 240e2b246..856131fd6 100644
--- a/sapl/templates/materia/materialegislativa_filter.html
+++ b/sapl/templates/materia/materialegislativa_filter.html
@@ -60,13 +60,13 @@
{% endif %}
{% if m.autoria_set.all %}
- Autor:
- {% for a in m.autoria_set.all %}
- {% if not forloop.first %}
- {{a.autor}}
- {% else %}
- {{a.autor}}
- {% endif %}
+ Autor:
+ {% for a in m.autoria_set.all %}
+ {% if not forloop.first %}
+ {{a.autor}}
+ {% else %}
+ {{a.autor}}
+ {% endif %}
{% endfor %}
{% endif %}