Commit:    92d2aeb234146978ef1175767579ce3eb30d37fd
Author:    Andrew Faulds <ajf...@googlemail.com>         Sat, 14 Jul 2012 
21:55:11 +0100
Parents:   d12f8d67903e2c9775a0f2b647a9c29d61e02261
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=92d2aeb234146978ef1175767579ce3eb30d37fd

Log:
Fixed small misalignment in prev commit

Changed paths:
  M  ext/standard/info.c


Diff:
diff --git a/ext/standard/info.c b/ext/standard/info.c
index 4f61b58..b27468e 100644
--- a/ext/standard/info.c
+++ b/ext/standard/info.c
@@ -809,7 +809,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
                php_info_print("            
document.getElementById('credits').style.display = 'block';\n");
                php_info_print("            
document.getElementById('revealcredits').style.display = 'none';\n");
                php_info_print("        };\n");
-           php_info_print("    };\n");
+               php_info_print("    };\n");
                php_info_print("}());</script>\n");
                php_info_print("<h1><a id=\"revealcredits\" href=\"#credits\" 
style=\"display: none;\">");
                php_info_print("PHP Credits");


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to