phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager/index.php, 1.30.2.9.2.19


From: nomail
Subject: [Phpgroupware-cvs] filemanager/index.php, 1.30.2.9.2.19
Date: Sat, 6 Nov 2004 17:13:48 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: filemanager/index.php
diff -u filemanager/index.php:1.30.2.9.2.18 filemanager/index.php:1.30.2.9.2.19
--- filemanager/index.php:1.30.2.9.2.18 Mon Jul 19 07:57:48 2004
+++ filemanager/index.php       Sat Nov  6 16:13:48 2004
@@ -189,17 +189,17 @@
 
 if ($phpwh_debug)
 {
-       echo "<b>PHPWebHosting debug:</b><br>
-               path: $path<br>
-               disppath: $disppath<br>
-               cwd: $cwd<br>
+       echo "<b>PHPWebHosting debug:</b><br />
+               path: $path<br />
+               disppath: $disppath<br />
+               cwd: $cwd<br />
                lesspath: $lesspath
                <p>
-               <b>phpGW debug:</b><br>
-               real getabsolutepath: " . 
$GLOBALS['phpgw']->vfs->getabsolutepath (array ('target' => False, 'mask' => 
False, 'fake' => False)) . "<br>
-               fake getabsolutepath: " . 
$GLOBALS['phpgw']->vfs->getabsolutepath (array ('target' => False)) . "<br>
-               appsession: " . $GLOBALS['phpgw']->session->appsession 
('vfs','') . "<br>
-               pwd: " . $GLOBALS['phpgw']->vfs->pwd () . "<br>";
+               <b>phpGW debug:</b><br />
+               real getabsolutepath: " . 
$GLOBALS['phpgw']->vfs->getabsolutepath (array ('target' => False, 'mask' => 
False, 'fake' => False)) . "<br />
+               fake getabsolutepath: " . 
$GLOBALS['phpgw']->vfs->getabsolutepath (array ('target' => False)) . "<br />
+               appsession: " . $GLOBALS['phpgw']->session->appsession 
('vfs','') . "<br />
+               pwd: " . $GLOBALS['phpgw']->vfs->pwd () . "<br />";
 }
 
 ###
@@ -439,7 +439,7 @@
 
        if ($phpwh_debug)
        {
-               echo '# of files found in "'.$path.'" : 
'.count($ls_array).'<br>'."\n";
+               echo '# of files found in "'.$path.'" : '.count($ls_array).'<br 
/>'."\n";
        }
 
        while (list ($num, $file_array) = each ($ls_array))
@@ -448,7 +448,7 @@
                $files_array[] = $file_array;
                if ($phpwh_debug)
                {
-                       echo 'Filename: '.$file_array['name'].'<br>'."\n";
+                       echo 'Filename: '.$file_array['name'].'<br />'."\n";
                }
        }
 }
@@ -929,7 +929,7 @@
                                {
                                        if ($phpwh_debug)
                                        {
-                                               echo 'Setting file name: 
'.$files['name'].'<br>'."\n";
+                                               echo 'Setting file name: 
'.$files['name'].'<br />'."\n";
                                        }
        
                                        html_table_col_begin ();
@@ -957,7 +957,7 @@
                
                                                                        if 
($phpwh_debug)
                                                                        {
-                                                                               
echo 'Setting clickview = '.$clickview.'<br>'."\n";
+                                                                               
echo 'Setting clickview = '.$clickview.'<br />'."\n";
                                                                        }
                                                                }
                                                                else
@@ -1393,7 +1393,7 @@
                        $fileman[$j];
 
                        $content = $fileman[$j];
-                       echo 'fileman['.$j.']: 
'.$fileman[$j].'<br><b>'.$content.'</b><br>';
+                       echo 'fileman['.$j.']: '.$fileman[$j].'<br 
/><b>'.$content.'</b><br />';
                        continue;
 
                        if ($GLOBALS['phpgw']->vfs->write (array (




reply via email to

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