From 0b6e321b38216ac8ac747b72998cead0820ef30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Fr=C3=A1?= Date: Tue, 18 Sep 2018 09:36:05 -0300 Subject: [PATCH] ajusta caracteres do Tiny nos expedientes --- sapl/templates/sessao/blocos_ata/expedientes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/templates/sessao/blocos_ata/expedientes.html b/sapl/templates/sessao/blocos_ata/expedientes.html index c7df3f952..6d199bab3 100644 --- a/sapl/templates/sessao/blocos_ata/expedientes.html +++ b/sapl/templates/sessao/blocos_ata/expedientes.html @@ -3,7 +3,7 @@ Expedientes: {% for e in expedientes %} {{e.tipo}}: - {{e.conteudo|striptags}} + {{e.conteudo|striptags|safe}} {% endfor %}

- \ No newline at end of file +