mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
fix: typo in MathMathML:setAllowedRootElements
Change-Id: I282b248e3b271b8de7a9dd0c41e7496204a17463
This commit is contained in:
parent
65642489ae
commit
034d1d4fa7
|
@ -43,7 +43,7 @@ class MathMathML extends MathRenderer {
|
|||
* An empty value indicates to use the default settings.
|
||||
* @param array $settings
|
||||
*/
|
||||
public function setAllowedRootElments( $settings ) {
|
||||
public function setAllowedRootElements( $settings ) {
|
||||
$this->allowedRootElements = $settings;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue