phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc/hook_home.inc.php, 1.56.2.4


From: nomail
Subject: [Phpgroupware-cvs] email/inc/hook_home.inc.php, 1.56.2.4
Date: Sat, 6 Nov 2004 17:13:45 +0100

Update of /email/inc
Modified Files:
        Branch: Version-0_9_16-branch
          hook_home.inc.php

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/inc/hook_home.inc.php
diff -u email/inc/hook_home.inc.php:1.56.2.3 
email/inc/hook_home.inc.php:1.56.2.4
--- email/inc/hook_home.inc.php:1.56.2.3        Fri Feb  6 19:38:10 2004
+++ email/inc/hook_home.inc.php Sat Nov  6 16:13:45 2004
@@ -14,7 +14,7 @@
        $d1 = 
strtolower(substr($GLOBALS['phpgw_info']['server']['app_inc'],0,3));
        if($d1 == 'htt' || $d1 == 'ftp' )
        {
-               echo "Failed attempt to break in via an old Security 
Hole!<br>\n";
+               echo "Failed attempt to break in via an old Security Hole!<br 
/>\n";
                $GLOBALS['phpgw']->common->phpgw_exit();
        }
        unset($d1);
@@ -81,7 +81,7 @@
                for($i=0; $i<$check_msgs; $i++)
                {
                        $this_loop_msgball = 
$GLOBALS['phpgw']->msg->ball_data_parse_str($msgball_list[$i]);
-                       //if ($debug_hook_home > 1) { echo ' * 
hook_home('.__LINE__.'): $msgball_list['.$i.'] ['.$msgball_list[$i].']; 
$this_loop_msgball: ['.serialize($this_loop_msgball).']<br>'; } 
+                       //if ($debug_hook_home > 1) { echo ' * 
hook_home('.__LINE__.'): $msgball_list['.$i.'] ['.$msgball_list[$i].']; 
$this_loop_msgball: ['.serialize($this_loop_msgball).']<br />'; } 
                        $msg_headers = 
$GLOBALS['phpgw']->msg->phpgw_header($this_loop_msgball);
                        $subject = 
$GLOBALS['phpgw']->msg->get_subject($msg_headers,'');
                        if(strlen($subject) > 65)
@@ -276,7 +276,7 @@
                                                '</ul>'."\r\n"
                                        .'</td>'."\r\n"
                                .'</tr>'."\r\n"
-                               .'<tr><td><hr></td></tr>'."\r\n"
+                               .'<tr><td><hr /></td></tr>'."\r\n"
                                .'<tr>'."\r\n"
                                        .$form_folder_switch_opentag
                                        .'<td width="100%" align="left">'."\r\n"




reply via email to

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