Open jcdotnet opened 1 month ago
I added a text area field and entered a value with line breaks:
Line 1 Line 2 Line 3
<tr> <td> Line 1 </td> </tr> <tr> <td> Line 2 </td> </tr> <tr> <td> Line 3 </td> </tr>
Divi 4 var_dumpoutput: string(32) "Line 1 Line 2 Line 3"
var_dump
Divi 5 var_dumpoutput: string(20) "Line 1 Line 2 Line 3"
As a result, I cannot create the table above in Divi 5.
If applicable, please provide links to any related issues, PRs, discord discussions, or other information.
Problem Description
I added a text area field and entered a value with line breaks:
Line 1 Line 2 Line 3
Divi 4
var_dump
output: string(32) "Line 1 Line 2 Line 3"Divi 5
var_dump
output: string(20) "Line 1 Line 2 Line 3"As a result, I cannot create the table above in Divi 5.
Related Links or Information
If applicable, please provide links to any related issues, PRs, discord discussions, or other information.
System Information