diff --git a/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/docbook/xhtml5/edit/core.xsl b/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/docbook/xhtml5/edit/core.xsl index 0de5ea2c6..00533a7c1 100644 --- a/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/docbook/xhtml5/edit/core.xsl +++ b/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/docbook/xhtml5/edit/core.xsl @@ -92,6 +92,19 @@ + + + + + + + + + + + + + diff --git a/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/docbook/xhtml5/output/core.xsl b/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/docbook/xhtml5/output/core.xsl index d94f4417d..5159c1f5e 100644 --- a/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/docbook/xhtml5/output/core.xsl +++ b/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/docbook/xhtml5/output/core.xsl @@ -92,6 +92,19 @@ + + + + + + + + + + + + + diff --git a/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/xhtml5/edit/docbook.xsl b/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/xhtml5/edit/docbook.xsl index c99f39dca..4922fc169 100644 --- a/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/xhtml5/edit/docbook.xsl +++ b/eZ/Publish/Core/FieldType/RichText/Resources/stylesheets/xhtml5/edit/docbook.xsl @@ -25,6 +25,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -46,7 +67,7 @@ - + @@ -80,7 +101,9 @@ - + + + @@ -92,14 +115,18 @@ - + + + underlined - + + + @@ -114,7 +141,9 @@ strikedthrough deleted - + + + diff --git a/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/docbook/012-literallayout.xml b/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/docbook/012-literallayout.xml index 9a3192ab3..ba708a180 100644 --- a/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/docbook/012-literallayout.xml +++ b/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/docbook/012-literallayout.xml @@ -7,6 +7,7 @@ This is a heading. This is a paragraph with some -extra CHEESE! -and line breaks. +extra CHEESE! +and line breaks +and more line breaks. diff --git a/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/ezxml/012-literallayout.xml b/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/ezxml/012-literallayout.xml index e06d18d48..a5b95b605 100644 --- a/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/ezxml/012-literallayout.xml +++ b/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/ezxml/012-literallayout.xml @@ -8,7 +8,8 @@ This is a paragraph with some - extra CHEESE! - and line breaks. + extra CHEESE! +and line breaks + and more line breaks. diff --git a/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/xhtml5/edit/012-literallayout.xml b/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/xhtml5/edit/012-literallayout.xml index 190e8532c..491c6f013 100644 --- a/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/xhtml5/edit/012-literallayout.xml +++ b/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/xhtml5/edit/012-literallayout.xml @@ -1,5 +1,5 @@

This is a heading.

-

This is a paragraph
with some
extra CHEESE!
and line breaks.

+

This is a paragraph
with some
extra CHEESE!
and line breaks

and more line breaks.

diff --git a/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/xhtml5/output/012-literallayout.xml b/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/xhtml5/output/012-literallayout.xml index 78b5e80f3..03a8e9905 100644 --- a/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/xhtml5/output/012-literallayout.xml +++ b/eZ/Publish/Core/FieldType/Tests/RichText/Converter/Xslt/_fixtures/xhtml5/output/012-literallayout.xml @@ -1,5 +1,5 @@

This is a heading.

-

This is a paragraph
with some
extra CHEESE!
and line breaks.

+

This is a paragraph
with some
extra CHEESE!
and line breaks

and more line breaks.