phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes/inc/class.bonotes.inc.php, 1.21.2.2


From: nomail
Subject: [Phpgroupware-cvs] notes/inc/class.bonotes.inc.php, 1.21.2.2
Date: Sat, 6 Nov 2004 17:13:48 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: notes/inc/class.bonotes.inc.php
diff -u notes/inc/class.bonotes.inc.php:1.21.2.1 
notes/inc/class.bonotes.inc.php:1.21.2.2
--- notes/inc/class.bonotes.inc.php:1.21.2.1    Tue Nov  4 15:06:38 2003
+++ notes/inc/class.bonotes.inc.php     Sat Nov  6 16:13:48 2004
@@ -79,7 +79,7 @@
                        {
                                if($this->debug)
                                {
-                                       echo '<br>overriding $start: "' . 
$this->start . '" now "' . $_start . '"';
+                                       echo '<br />overriding $start: "' . 
$this->start . '" now "' . $_start . '"';
                                }
                                $this->start = $_start;
                        }
@@ -106,7 +106,7 @@
                        {
                                if($this->debug)
                                {
-                                       echo '<br>overriding $sort: "' . 
$this->sort . '" now "' . $_sort . '"';
+                                       echo '<br />overriding $sort: "' . 
$this->sort . '" now "' . $_sort . '"';
                                }
                                $this->sort   = $_sort;
                        }
@@ -115,14 +115,14 @@
                        {
                                if($this->debug)
                                {
-                                       echo '<br>overriding $order: "' . 
$this->order . '" now "' . $_order . '"';
+                                       echo '<br />overriding $order: "' . 
$this->order . '" now "' . $_order . '"';
                                }
                                $this->order  = $_order;
                        }
 
                        if(isset($_filter) && !empty($_filter))
                        {
-                               if($this->debug) { echo '<br>overriding 
$filter: "' . $this->filter . '" now "' . $_filter . '"'; }
+                               if($this->debug) { echo '<br />overriding 
$filter: "' . $this->filter . '" now "' . $_filter . '"'; }
                                $this->filter = $_filter;
                        }
                }




reply via email to

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