diff --git a/templates/materia/autoria.html b/templates/materia/autoria.html
index e81b79238..9cb8688e0 100644
--- a/templates/materia/autoria.html
+++ b/templates/materia/autoria.html
@@ -23,7 +23,7 @@
{% for a in autorias %}
- {{a.autor}} |
+ {{a.autor}} |
{{a.autor.tipo.descricao}} |
{{a.primeiro_autor|yesno:"Sim,Não"}} |
{{a.partido.sigla|default_if_none:"Não Informado"}} |
diff --git a/templates/materia/tramitacao.html b/templates/materia/tramitacao.html
index f0f017f7d..f27b04c0e 100644
--- a/templates/materia/tramitacao.html
+++ b/templates/materia/tramitacao.html
@@ -23,7 +23,7 @@
{% for t in tramitacoes %}
- {{t.data_tramitacao|date:'d/m/Y'}} |
+ {{t.data_tramitacao|date:'d/m/Y'}} |
{{t.unidade_tramitacao_local}} |
{{t.unidade_tramitacao_destino}} |
{{t.status.descricao}} |