phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] preferences/inc/class.uiaclprefs.inc.php, 1.1.2.4.2.5


From: nomail
Subject: [Phpgroupware-cvs] preferences/inc/class.uiaclprefs.inc.php, 1.1.2.4.2.5
Date: Sat, 6 Nov 2004 17:13:42 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: preferences/inc/class.uiaclprefs.inc.php
diff -u preferences/inc/class.uiaclprefs.inc.php:1.1.2.4.2.4 
preferences/inc/class.uiaclprefs.inc.php:1.1.2.4.2.5
--- preferences/inc/class.uiaclprefs.inc.php:1.1.2.4.2.4        Thu Jul 15 
02:47:51 2004
+++ preferences/inc/class.uiaclprefs.inc.php    Sat Nov  6 16:13:42 2004
@@ -231,7 +231,7 @@
 
                        $var = Array(
                                'errors'      => '',
-                               'title'       => '<br>',
+                               'title'       => '<br />',
                                'action_url'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='
 . $acl_app),
                                'bg_color'    => 
$GLOBALS['phpgw_info']['theme']['th_bg'],
                                'submit_lang' => lang('Save'),
@@ -303,7 +303,7 @@
                                        for($k=$s_users;$k<$totalentries || 
$k==count($users);$k++)
                                        {
                                                $user = $users[$k];
-                                               //echo '<br>acctid: 
'.$user['account_id'];
+                                               //echo '<br />acctid: 
'.$user['account_id'];
                                                if ($user['account_id'])
                                                {
                                                        $go = True;




reply via email to

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