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:
Andrew Ozz 2012-12-27 21:01:56 +00:00
parent 035eb58af9
commit d0a1164c15
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
'dl[A][dd|dt]' +
'dt[A][C|B]' +
'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]' +
'strong[A][B]' +
'small[A][B]' +