Opened 4 months ago
Closed 4 months ago
#23375 closed defect (bug) (duplicate)
Bug in <p></p>
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
We all know that WordPress adds unwanted <p> and </p> everywhere which is alone a frustrating bug for me.
But if you do something like this manually:
<p>test <samp>test2</samp> test3</p>
Then it will be displayed like:
<p>test <samp>test2</samp></p><p>test3</p>
But this...:
<p>test <b>test2</b> test3</p>
...will be displayed like:
<p>test <b>test2</b> test3</p>
It performs wrong match of </p> with </samp>.
Change History (1)
Note: See
TracTickets for help on using
tickets.

Duplicate of #18807.