X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FRaggettInternalPHP.php;h=e5642d9ed10c26f515e9eb49aeda9f8488e592c7;hb=138298b397b308ad6e4bfc7088884d90e8ac1e37;hp=1ce14b60e1be4611b5a01f4075b20bc05d3109e0;hpb=c1d11183bc00b548404393d2229b2d635e867cf3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy/RaggettInternalPHP.php b/includes/tidy/RaggettInternalPHP.php index 1ce14b60e1..e5642d9ed1 100644 --- a/includes/tidy/RaggettInternalPHP.php +++ b/includes/tidy/RaggettInternalPHP.php @@ -32,7 +32,7 @@ class RaggettInternalPHP extends RaggettBase { $retval = $tidy->getStatus(); if ( $retval == 2 ) { // 2 is magic number for fatal error - // http://www.php.net/manual/en/function.tidy-get-status.php + // https://secure.php.net/manual/en/tidy.getstatus.php $cleansource = null; } else { $cleansource = tidy_get_output( $tidy );