phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware/ipc_test_suite/inc/class.ipc_test_suite


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/ipc_test_suite/inc/class.ipc_test_suite.inc.php, 1.1.2.3
Date: Sat, 6 Nov 2004 17:13:49 +0100

Update of /phpgroupware/ipc_test_suite/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.ipc_test_suite.inc.php

date: 2004/11/06 16:13:49;  author: powerstat;  state: Exp;  lines: +4 -4

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: phpgroupware/ipc_test_suite/inc/class.ipc_test_suite.inc.php
diff -u phpgroupware/ipc_test_suite/inc/class.ipc_test_suite.inc.php:1.1.2.2 
phpgroupware/ipc_test_suite/inc/class.ipc_test_suite.inc.php:1.1.2.3
--- phpgroupware/ipc_test_suite/inc/class.ipc_test_suite.inc.php:1.1.2.2        
Fri May 14 18:39:46 2004
+++ phpgroupware/ipc_test_suite/inc/class.ipc_test_suite.inc.php        Sat Nov 
 6 16:13:49 2004
@@ -32,7 +32,7 @@
                {
                        foreach($this->test as $test_function)
                        {
-                               echo '<br><i>'.$test_function.'()</i><hr>';
+                               echo '<br /><i>'.$test_function.'()</i><hr />';
                                $result = $this->$test_function();
                                $this->print_result($result);                   
                                echo '<hr noshade>';
@@ -47,7 +47,7 @@
                {
                        if($result)
                        {
-                               echo '<br><b>OKAY</b><br>';
+                               echo '<br /><b>OKAY</b><br />';
                                if (is_array($result) == true)
                                        print_r($result);
                                else
@@ -55,7 +55,7 @@
                        }
                        else
                        {
-                               echo '<br><b>ERROR</b><br>';
+                               echo '<br /><b>ERROR</b><br />';
                                var_dump($result);
                        }
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]