From f02ab7fcbf7753e9b17b114c7b372cba08f2fe92 Mon Sep 17 00:00:00 2001 From: Vitalii Shtykhno Date: Fri, 30 Sep 2022 13:30:37 +0200 Subject: [PATCH] fix: remove extra elemnt add empty line --- qtism/data/storage/xml/marshalling/Qti22MarshallerFactory.php | 1 - qtism/runtime/rendering/markup/xhtml/XhtmlRenderingEngine.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/qtism/data/storage/xml/marshalling/Qti22MarshallerFactory.php b/qtism/data/storage/xml/marshalling/Qti22MarshallerFactory.php index 7f5dcbd2f..85a36a9b2 100644 --- a/qtism/data/storage/xml/marshalling/Qti22MarshallerFactory.php +++ b/qtism/data/storage/xml/marshalling/Qti22MarshallerFactory.php @@ -44,7 +44,6 @@ class Qti22MarshallerFactory extends MarshallerFactory public function __construct() { parent::__construct(); - $this->addMappingEntry('bdo', SimpleInlineMarshaller::class); $this->addMappingEntry(Figure::QTI_CLASS_NAME_FIGURE, Html5ContentMarshaller::class); $this->addMappingEntry(Figcaption::QTI_CLASS_NAME_FIGCAPTION, Html5ContentMarshaller::class); $this->addMappingEntry(Ruby::QTI_CLASS_NAME, Html5ContentMarshaller::class); diff --git a/qtism/runtime/rendering/markup/xhtml/XhtmlRenderingEngine.php b/qtism/runtime/rendering/markup/xhtml/XhtmlRenderingEngine.php index a092e757f..42ec91fe5 100644 --- a/qtism/runtime/rendering/markup/xhtml/XhtmlRenderingEngine.php +++ b/qtism/runtime/rendering/markup/xhtml/XhtmlRenderingEngine.php @@ -169,4 +169,4 @@ public function __construct() // External QTI Components. $this->registerRenderer('math', new MathRenderer()); } -} \ No newline at end of file +}