Bug Reports
6
Posts
2
Users
0
Reactions
606
Views
Sep 09, 2022 6:56 am
I'm using wpforo v 2.0.7. When I copy and paste text from notepad into post column to make a new post, there added <br/> code automatically. Normally if I copy and paste text into post column, that only added <p>Text</p>. This is the screenshot:
How to fix this?
5 Replies
Sep 09, 2022 7:48 am
Hi @adisaputro,
wpForo Editor has two types of lines:
1: in this case, it would be 2 lines of <p> tag
<p>Text</p> <p>Text</p>
Text
Text
2: in this case, it would be <br> tag in the line:
<p>Text<br/>Text</p>
Text
Text
Sep 09, 2022 8:01 am
I am sorry, but I didn't experience this in wpforo version 1.9
Sep 09, 2022 10:29 am
Finally I can fix this, thank you very much