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 d12f8d6 commit 92d2aebCopy full SHA for 92d2aeb
ext/standard/info.c
@@ -809,7 +809,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
809
php_info_print(" document.getElementById('credits').style.display = 'block';\n");
810
php_info_print(" document.getElementById('revealcredits').style.display = 'none';\n");
811
php_info_print(" };\n");
812
- php_info_print(" };\n");
+ php_info_print(" };\n");
813
php_info_print("}());</script>\n");
814
php_info_print("<h1><a id=\"revealcredits\" href=\"#credits\" style=\"display: none;\">");
815
php_info_print("PHP Credits");
0 commit comments