"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "bafdac954e6265bbfedf51c5c60cfa499888983e"
Commit ae92267a authored by José Fernando Mendes da Costa's avatar José Fernando Mendes da Costa
Browse files

remove p

parent 216ef469
......@@ -219,16 +219,16 @@
if(nome.value != ""){
if(planoTrabalho != null && planoTrabalho.value != ""){
nomePlano.innerHTML = ` <p style='font-weight: normal; line-height: normal;'><strong>Nome: </strong>${nome.value}<br>
nomePlano.innerHTML = ` <strong>Nome: </strong>${nome.value}<br>
<strong>E-mail: </strong>${email.value} <br>
<strong>Plano: </strong>${planoTrabalho.value}<br>
<strong>CPF: </strong>${cpf.value} <br>
<strong>Função: </strong>${nome_funcao}</p>`;
<strong>Função: </strong>${nome_funcao}`;
}else {
nomePlano.innerHTML = ` <p style='font-weight: normal; line-height: normal;'><strong>Nome: </strong>${nome.value}<br>
nomePlano.innerHTML = ` <strong>Nome: </strong>${nome.value}<br>
<strong>E-mail: </strong>${email.value} <br>
<strong>CPF: </strong>${cpf.value} <br>
<strong>Função: </strong>${nome_funcao}</p>`;
<strong>Função: </strong>${nome_funcao}`;
}
}else{
nomePlano.innerText = `Discente `+(id+1);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment