diff --git a/sapl/templates/base/autor_form.html b/sapl/templates/base/autor_form.html index cee9e5bb9..51bc3c450 100644 --- a/sapl/templates/base/autor_form.html +++ b/sapl/templates/base/autor_form.html @@ -40,7 +40,7 @@ $(document).ready(function(){ if (atualizar) { var radios = $("#div_id_autor_related .controls").html(''); data.results.forEach(function (val, index) { - var html_radio = ''; + var html_radio = '
'; radios.append(html_radio); });