mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
Merge "Fix Change I6d548d06, redo Change I23407ae6: Add one more space"
This commit is contained in:
commit
2c7ad693fe
|
@ -68,7 +68,7 @@ class MathRenderer {
|
|||
'dir' => 'ltr'
|
||||
)
|
||||
),
|
||||
'$ ' . str_replace( "\n", " ", $this->tex) . ' $'
|
||||
'$ ' . str_replace( "\n", " ", $this->tex ) . ' $'
|
||||
);
|
||||
}
|
||||
if( $this->tex == '' ) {
|
||||
|
|
Loading…
Reference in a new issue