• 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.

    • This topic was modified 4 years, 11 months ago by joshmacd.
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.