summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-01-25 18:55:54 +0100
committerAnatol Belski <ab@php.net>2018-01-25 18:55:54 +0100
commit9edf2e9f9605392ba1f6fe05f2e19af4940a5037 (patch)
treed9568776d6685f62be29a7288934d4f13f4a77c2
parentb341556ab563a27a0506ffa4d3661a9f3f9b1359 (diff)
downloadphp-git-9edf2e9f9605392ba1f6fe05f2e19af4940a5037.tar.gz
Show the tidyp name, if it was used
-rw-r--r--ext/tidy/tidy.c2
1 files changed, 1 insertions, 1 deletions
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());