3
I run some js functions in a given text. adding classes and removing classes. The final html generates some breaks in the paragraph, like this:
<p style="text-align: left;">
“obviamente”
“ nem todos apoiam”
“ o brasil.”
</p>
I need to treat this paragraph to look like this:
<p style="text-align: left;">
“obviamente nem todos apoiam o brasil.”
</p>
Otherwise the next time I use the same function, it does not perform right (because I use regex).
Any idea how to treat this paragraph?
@Lukenegreiros se tem dúvidas sobre como aceitar a resposta, dê uma olhada aqui: https://pt.meta.stackoverflow.com/questions/1078/como-e-por-que-aceitar-uma-resposta
– Daniel Mendes