plugin inserts p tag when using parameters
-
Short code in post:
[sc name="123" pros="<li>Great for video making</li>"]
short code in shortcoder:
<div class="pros"><h5>Pros:</h5> <ul> %%pros%% </ul> </div>
HTML rendered:
<div class="pros"><h5>Pros:</h5> <ul> </p> <li>Great for video making</li> </ul> </div>
Why is the plugin adding in a useless </p> tag? It’s not valid HTML.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘plugin inserts p tag when using parameters’ is closed to new replies.