X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FRaggettInternalPHP.php;h=e5642d9ed10c26f515e9eb49aeda9f8488e592c7;hb=19770d6f65680a72895d6e86794ee370c1a4f9ee;hp=1ce14b60e1be4611b5a01f4075b20bc05d3109e0;hpb=1fb06c0c71282807b0ccecd1d71fb16244846955;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 );