Commit:    0d24c0a5e9694fccaacdf8e11bc59cd0258eca5a
Author:    Hannes Magnusson <bj...@mongodb.com>         Mon, 16 Dec 2013 
16:37:43 -0800
Parents:   18ccbea9a0840597f2b2a4d0706509bdfbbe69c3
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=0d24c0a5e9694fccaacdf8e11bc59cd0258eca5a

Log:
No need for <br> here

Changed paths:
  M  index.php


Diff:
diff --git a/index.php b/index.php
index c877e2b..049e2df 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@ $SITE_UPDATE = date("D M d H:i:s Y T", 
filectime(__FILE__))."<br />\n".
 common_header();
 
 ?>
-           <h1>Welcome to the<br />PHP Quality Assurance Team Web Page.</h1>
+           <h1>Welcome to the PHP Quality Assurance Team Web Page.</h1>
            <p>
             The PHP Quality Assurance Team supports the PHP Development Team by
             providing them with information on compatibility and stability 
issues.


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to