X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Ftidy%2FRaggettExternal.php;h=c21bcf83de9c35a6481aa5583771238183cd0817;hb=c54766586acab549f186e81eeab259845112809d;hp=1193318891efabb41de4f152e5f5217637e4d807;hpb=02ec1ea797cf014cd007d81dfeec545f6e560f2d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy/RaggettExternal.php b/includes/tidy/RaggettExternal.php index 1193318891..c21bcf83de 100644 --- a/includes/tidy/RaggettExternal.php +++ b/includes/tidy/RaggettExternal.php @@ -37,7 +37,7 @@ class RaggettExternal extends RaggettBase { "{$this->config['tidyBin']} -config {$this->config['tidyConfigFile']} " . $this->config['tidyCommandLine'] . $opts, $descriptorspec, $pipes ); - //NOTE: At least on linux, the process will be created even if tidy is not installed. + // NOTE: At least on linux, the process will be created even if tidy is not installed. // This means that missing tidy will be treated as a validation failure. if ( is_resource( $process ) ) {