X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=3e65eae350a97afc035b662dab2c60e7e9c28558;hb=760b1e8c3baa03f27900d227faba53842524023f;hp=a6a8667f6867eda99fb388d478220045e67fd45c;hpb=15abcf71ca7ec185b475e47ef0fe43884e764239;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index a6a8667f68..3e65eae350 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -146,7 +146,7 @@ class WebInstallerOutput { } wfRestoreWarnings(); - if( $dir == 'rtl' ) { + if ( $dir == 'rtl' ) { $css = CSSJanus::transform( $css, true ); }