diff --git a/lib/FieldType/XmlText/Input/Resources/stylesheets/eZXml2Docbook_core.xsl b/lib/FieldType/XmlText/Input/Resources/stylesheets/eZXml2Docbook_core.xsl
index c95ef637..9a872236 100644
--- a/lib/FieldType/XmlText/Input/Resources/stylesheets/eZXml2Docbook_core.xsl
+++ b/lib/FieldType/XmlText/Input/Resources/stylesheets/eZXml2Docbook_core.xsl
@@ -732,13 +732,6 @@
justify
-
-
-
diff --git a/tests/lib/FieldType/Converter/Xslt/_fixtures/docbook/002-para.xml b/tests/lib/FieldType/Converter/Xslt/_fixtures/docbook/002-para.xml
index b5f72523..53fd2229 100644
--- a/tests/lib/FieldType/Converter/Xslt/_fixtures/docbook/002-para.xml
+++ b/tests/lib/FieldType/Converter/Xslt/_fixtures/docbook/002-para.xml
@@ -11,4 +11,5 @@
This is a right aligned paragraph.
This is a justified paragraph.
this is a paragraph with unsupported align attribute.
+ this is a paragraph with translated valid align attribute.
diff --git a/tests/lib/FieldType/Converter/Xslt/_fixtures/ezxml/002-para.xml b/tests/lib/FieldType/Converter/Xslt/_fixtures/ezxml/002-para.xml
index 6c8fbf30..87ac0ec6 100644
--- a/tests/lib/FieldType/Converter/Xslt/_fixtures/ezxml/002-para.xml
+++ b/tests/lib/FieldType/Converter/Xslt/_fixtures/ezxml/002-para.xml
@@ -11,4 +11,5 @@
This is a right aligned paragraph.
This is a justified paragraph.
This is a paragraph with unsupported align attribute.
+ this is a paragraph with translated valid align attribute.