phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.http_dav_client.inc.php, 1.3.2.5


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.http_dav_client.inc.php, 1.3.2.5
Date: Sat, 6 Nov 2004 16:34:26 +0100

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

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +5 -5

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.http_dav_client.inc.php
diff -u phpgwapi/inc/class.http_dav_client.inc.php:1.3.2.4 
phpgwapi/inc/class.http_dav_client.inc.php:1.3.2.5
--- phpgwapi/inc/class.http_dav_client.inc.php:1.3.2.4  Tue Feb 10 13:51:18 2004
+++ phpgwapi/inc/class.http_dav_client.inc.php  Sat Nov  6 15:34:26 2004
@@ -82,11 +82,11 @@
                        {
                                $element = $this->tree;
                        }
-                       echo 
$prefix.$element['namespace'].':'.$element['name'].' 
'.$element['start'].'->'.$element['end'].'<br>';
+                       echo 
$prefix.$element['namespace'].':'.$element['name'].' 
'.$element['start'].'->'.$element['end'].'<br />';
                        $prefix .= '-->';
                        if ($element['data'])
                        {
-                               echo $prefix.$element['data'].'<br>';
+                               echo $prefix.$element['data'].'<br />';
                        }
 
                        foreach ($element['children'] as $id=>$child)
@@ -421,7 +421,7 @@
                                {
                                        echo $info;
                                }
-                               echo '</em></b><br>';
+                               echo '</em></b><br />';
                        }
                }
                /*!
@@ -693,7 +693,7 @@
                                        $newitem['mime_type']='Directory';
                                }
                                
-                               $this->debug('<br><br>properties:<br>');
+                               $this->debug('<br /><br />properties:<br />');
                                $this->debug($newitem);
                                $newitem['name'] = 
$this->decodeurl($newitem['name']);
                                $result[$fixed_name]=$newitem;




reply via email to

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