We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b341556 commit 9edf2e9Copy full SHA for 9edf2e9
ext/tidy/tidy.c
@@ -1078,7 +1078,7 @@ static PHP_MINFO_FUNCTION(tidy)
1078
#if HAVE_TIDYBUFFIO_H
1079
php_info_print_table_row(2, "libTidy Version", (char *)tidyLibraryVersion());
1080
#elif HAVE_TIDYP_H
1081
- php_info_print_table_row(2, "libTidy Version", (char *)tidyVersion());
+ php_info_print_table_row(2, "libtidyp Version", (char *)tidyVersion());
1082
#endif
1083
#if HAVE_TIDYRELEASEDATE
1084
php_info_print_table_row(2, "libTidy Release", (char *)tidyReleaseDate());
0 commit comments