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); } );