TinyMCE: prevent <a> from wrapping block elements, fixes #22888 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@23219 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
035eb58af9
commit
d0a1164c15
|
@ -96,7 +96,7 @@
|
||||||
'dl[A][dd|dt]' +
|
'dl[A][dd|dt]' +
|
||||||
'dt[A][C|B]' +
|
'dt[A][C|B]' +
|
||||||
'dd[A][C]' +
|
'dd[A][C]' +
|
||||||
'a[A|href|target|download|ping|rel|media|type][C|B]' +
|
'a[A|href|target|download|ping|rel|media|type][B]' +
|
||||||
'em[A][B]' +
|
'em[A][B]' +
|
||||||
'strong[A][B]' +
|
'strong[A][B]' +
|
||||||
'small[A][B]' +
|
'small[A][B]' +
|
||||||
|
|
Loading…
Reference in New Issue