]> granicus.if.org Git - php/commitdiff
Show the tidyp name, if it was used
authorAnatol Belski <ab@php.net>
Thu, 25 Jan 2018 17:55:54 +0000 (18:55 +0100)
committerAnatol Belski <ab@php.net>
Thu, 25 Jan 2018 17:55:54 +0000 (18:55 +0100)
ext/tidy/tidy.c

index 9cc0699a580771385ca911a5464ceca77cf0ca47..c6e0f72238190819cb09620e14b9a0a3a77662e5 100644 (file)
@@ -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());