Skip to content

Commit

Permalink
fix: remove extra elemnt add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
kilatib committed Sep 30, 2022
1 parent e6e726b commit f02ab7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ public function __construct()
// External QTI Components.
$this->registerRenderer('math', new MathRenderer());
}
}
}

0 comments on commit f02ab7f

Please sign in to comment.