From 6792b583d64484e0fd7a8ef0c8f83730441d8037 Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Wed, 27 Feb 2019 10:37:33 -0300 Subject: [PATCH] fix 2558 --- sapl/templates/norma/normajuridica_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/templates/norma/normajuridica_form.html b/sapl/templates/norma/normajuridica_form.html index dbf8f4a92..903b26c1a 100644 --- a/sapl/templates/norma/normajuridica_form.html +++ b/sapl/templates/norma/normajuridica_form.html @@ -20,7 +20,7 @@ numero_materia: numero_materia, ano_materia: ano_materia}, function(data, status) { - $("#id_ementa").val(data.ementa.replace("–", "–")); + $("#id_ementa").val(data.ementa); $("#id_indexacao").val(data.indexacao); } );