Index: trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | $out = str_replace( "\n", '', $out ); |
66 | 66 | // Register CSS |
67 | 67 | $parser->mOutput->addHeadItem( self::buildHeadItem( $geshi ), "source-{$lang}" ); |
68 | | - return '<div dir="ltr">'.$out.'</div>'; |
| 68 | + return '<div dir="ltr">' . $out . '</div>'; |
69 | 69 | } |
70 | 70 | } |
71 | 71 | |