Skip to content

Shortcode <p> tag Bug #19

@totstrek

Description

@totstrek

When I write code in type: Php+Html and Use Shortcode to display the return or print content of the snippet, then in the frontend unnecessary <p> tags are inserted.

Like in my snippet I write code <div>My code</div>, then in the frontend it looks like this <p></p><div>My code</div><p></p>

These <p></p> are included in the frontend may be due to a bug?

And these causes unnecessary spaces there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions