Skip to content

Commit 9edf2e9

Browse files
committed
Show the tidyp name, if it was used
1 parent b341556 commit 9edf2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/tidy/tidy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ static PHP_MINFO_FUNCTION(tidy)
10781078
#if HAVE_TIDYBUFFIO_H
10791079
php_info_print_table_row(2, "libTidy Version", (char *)tidyLibraryVersion());
10801080
#elif HAVE_TIDYP_H
1081-
php_info_print_table_row(2, "libTidy Version", (char *)tidyVersion());
1081+
php_info_print_table_row(2, "libtidyp Version", (char *)tidyVersion());
10821082
#endif
10831083
#if HAVE_TIDYRELEASEDATE
10841084
php_info_print_table_row(2, "libTidy Release", (char *)tidyReleaseDate());

0 commit comments

Comments
 (0)