From: Anatol Belski Date: Thu, 25 Jan 2018 17:55:54 +0000 (+0100) Subject: Show the tidyp name, if it was used X-Git-Tag: php-7.3.0alpha1~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9edf2e9f9605392ba1f6fe05f2e19af4940a5037;p=php Show the tidyp name, if it was used --- diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index 9cc0699a58..c6e0f72238 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -1078,7 +1078,7 @@ static PHP_MINFO_FUNCTION(tidy) #if HAVE_TIDYBUFFIO_H php_info_print_table_row(2, "libTidy Version", (char *)tidyLibraryVersion()); #elif HAVE_TIDYP_H - php_info_print_table_row(2, "libTidy Version", (char *)tidyVersion()); + php_info_print_table_row(2, "libtidyp Version", (char *)tidyVersion()); #endif #if HAVE_TIDYRELEASEDATE php_info_print_table_row(2, "libTidy Release", (char *)tidyReleaseDate());