Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.20.09, 2.22.15, 2.24.03
-
None
Description
If we have something like this:
<p>lorem ipsum</p>
<p>lorem ipsum</p>
And if the users selects them and applies a div stylist style. the html code generated is (after save):
<div class="readMoreContent">lorem ipsum
</div>
<div class="readMoreContent">lorem ipsum
</div>
But it sould be this:
<div class="readMoreContent">
<p>lorem ipsum</p>
<p>lorem ipsum</p>
</div>
Only one DIV surronding all selected Ps
Attachments
Issue Links
- relates to
-
CMS-7196 [Forward port 7.8] Xinha, Stylelist plugin doesn't work with a selection of paragraphs
- Closed
-
CMS-7197 [Forward port 7.9] Xinha, Stylelist plugin doesn't work with a selection of paragraphs
- Closed
-
CMS-7085 Xinha: Stylist plugin should surround block elements instead of replacing them
- Closed