phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.sql_entity.inc.php, 1.1.2.14


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

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

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

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.sql_entity.inc.php
diff -u phpgwapi/inc/class.sql_entity.inc.php:1.1.2.13 
phpgwapi/inc/class.sql_entity.inc.php:1.1.2.14
--- phpgwapi/inc/class.sql_entity.inc.php:1.1.2.13      Mon Jun 28 07:08:09 2004
+++ phpgwapi/inc/class.sql_entity.inc.php       Sat Nov  6 15:34:26 2004
@@ -1058,7 +1058,7 @@
                                return;
 //                     }
                        
-                       $classname = '<strong>Class: 
'.get_class($this)."<br>Function: $myfoo<br></strong>";
+                       $classname = '<strong>Class: '.get_class($this)."<br 
/>Function: $myfoo<br /></strong>";
 
                        switch($type)
                        {
@@ -1073,7 +1073,7 @@
                                        }
                                        else
                                        {
-                                               $output .= "&nbsp;&nbsp;-$vari 
= $value <br>";
+                                               $output .= "&nbsp;&nbsp;-$vari 
= $value <br />";
                                        }
                                }
                                break;
@@ -1081,19 +1081,19 @@
                                foreach($data as $vari => $value)
                                {
                                        $output .= "&nbsp;&nbsp;-$vari = ";
-                                       $output .= var_dump($value)."<br>";
+                                       $output .= var_dump($value)."<br />";
                                }
                                break;
                        default:
-                               $output .= "<br>$data<br>";
+                               $output .= "<br />$data<br />";
                        }
                        if ($err != '')
                        {
-                               $output = $classname.'Error: '.$output.'<br>';
+                               $output = $classname.'Error: '.$output.'<br />';
                        }
                        else
                        {
-                               $output = $classname.$output.'<br>';
+                               $output = $classname.$output.'<br />';
                        }
                        echo $output;
                }




reply via email to

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