phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup/inc/class.Template.inc.php, 1.2.2.1


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

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: setup/inc/class.Template.inc.php
diff -u setup/inc/class.Template.inc.php:1.2 
setup/inc/class.Template.inc.php:1.2.2.1
--- setup/inc/class.Template.inc.php:1.2        Sat Sep 28 20:01:44 2002
+++ setup/inc/class.Template.inc.php    Sat Nov  6 16:13:48 2004
@@ -143,7 +143,7 @@
                                {
                                        if ($this->debug)
                                        {
-                                               print "scalar: set *$varname* 
to *$value*<br>\n";
+                                               print "scalar: set *$varname* 
to *$value*<br />\n";
                                        }
                                        $this->varkeys[$varname] = 
$this->varname($varname);
                                        $this->varvals[$varname] = $value;
@@ -158,7 +158,7 @@
                                        {
                                                if ($this->debug)
                                                {
-                                                       print "array: set *$k* 
to *$v*<br>\n";
+                                                       print "array: set *$k* 
to *$v*<br />\n";
                                                }
                                                $this->varkeys[$k] = 
$this->varname($k);
                                                $this->varvals[$k] = $v;
@@ -445,6 +445,6 @@
                 */
                function haltmsg($msg)
                {
-                       printf("<b>Template Error:</b> %s<br>\n", $msg);
+                       printf("<b>Template Error:</b> %s<br />\n", $msg);
                }
        }




reply via email to

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