Merge "Fix Change I6d548d06, redo Change I23407ae6: Add one more space"

This commit is contained in:
awjrichards 2012-07-20 21:43:25 +00:00 committed by Gerrit Code Review
commit 2c7ad693fe
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class MathRenderer {
'dir' => 'ltr'
)
),
'$ ' . str_replace( "\n", " ", $this->tex) . ' $'
'$ ' . str_replace( "\n", " ", $this->tex ) . ' $'
);
}
if( $this->tex == '' ) {