diff --git a/sapl/templates/sessao/presenca.html b/sapl/templates/sessao/presenca.html
index bbdb934a4..3d24f429e 100644
--- a/sapl/templates/sessao/presenca.html
+++ b/sapl/templates/sessao/presenca.html
@@ -23,7 +23,7 @@
{% endfor %}
@@ -42,7 +42,7 @@
{% for parlamentar, check in view.get_presencas %}
{% if check %}
-
+
{% endif %}
{% endfor %}
diff --git a/sapl/templates/sessao/presenca_ordemdia.html b/sapl/templates/sessao/presenca_ordemdia.html
index 1b66b53b1..63800f196 100644
--- a/sapl/templates/sessao/presenca_ordemdia.html
+++ b/sapl/templates/sessao/presenca_ordemdia.html
@@ -24,7 +24,7 @@
{% endfor %}
@@ -44,7 +44,7 @@
{% for parlamentar, check in view.get_presencas_ordem %}
{% if check %}
-
+
{% endif %}
{% endfor %}