phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager/tests/test.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] filemanager/tests/test.php, 1.1.2.2
Date: Sat, 6 Nov 2004 17:13:47 +0100

Update of /filemanager/tests
Modified Files:
        Branch: Version-0_9_16-branch
          test.php

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: filemanager/tests/test.php
diff -u filemanager/tests/test.php:1.1.2.1 filemanager/tests/test.php:1.1.2.2
--- filemanager/tests/test.php:1.1.2.1  Mon Jun 30 00:02:01 2003
+++ filemanager/tests/test.php  Sat Nov  6 16:13:47 2004
@@ -34,7 +34,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd - $i - $o - 
$ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd - $i - $o - 
$ao";
        }
 }
 
@@ -52,7 +52,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd - $i - $o - 
$ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd - $i - $o - 
$ao";
        }
 }
 
@@ -70,7 +70,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd - $i - $o - 
$ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd - $i - $o - 
$ao";
        }
 }
 
@@ -88,8 +88,8 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' 
=> $relatives))) != $o)
        {
-               echo '<br><b>HERE</b>';
-               echo "<br>$sequence_num - getabsolutepath - $cd - $i - 
$relatives[0] - $o - $ao";
+               echo '<br /><b>HERE</b>';
+               echo "<br />$sequence_num - getabsolutepath - $cd - $i - 
$relatives[0] - $o - $ao";
        }
 }
 
@@ -109,7 +109,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' 
=> $relatives))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
        }
 }
 
@@ -129,7 +129,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' 
=> $relatives))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
        }
 }
 
@@ -149,7 +149,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' 
=> $relatives))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
        }
 }
 
@@ -169,7 +169,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' 
=> $relatives, 'fake' =>False))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
        }
 }
 
@@ -188,7 +188,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' 
=> $relatives, 'fake' => False))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
        }
 }
 
@@ -208,7 +208,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' 
=> $relatives, 'fake' => False))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd - $i - 
$relatives[0] - $o - $ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd - $i - 
$relatives[0] - $o - $ao";
        }
 }
 
@@ -227,7 +227,7 @@
 {
        if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' 
=> $relatives, 'fake' => False))) != $o)
        {
-               echo "<br>$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
+               echo "<br />$sequence_num - getabsolutepath - $cd (shouldn't 
matter) - $i - $relatives[0] - $o - $ao";
        }
 }
 
@@ -261,7 +261,7 @@
        {
                if ($ao->$key != $o[$key])
                {
-                       echo "<br>$sequence_num - path_parts - $cd - $i - 
$relatives[0] - $key - $o[$key] - $ao[$key]";
+                       echo "<br />$sequence_num - path_parts - $cd - $i - 
$relatives[0] - $key - $o[$key] - $ao[$key]";
                }
        }
 }




reply via email to

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