[Plugin: Exec-PHP] Bug : automatically add </br> or </p> to my code…
-
Everyone can test it, enter into your wordpress page:
<?php echo '<label>Test</label><input type="radio" value="Test" />';?>
Save and go the page and for inot the code, you see :
<label>Test</label><br /> <input type="radio" value="Test" />
Notice the added
<br />
that ruined the css layout…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Exec-PHP] Bug : automatically add </br> or </p> to my code…’ is closed to new replies.