phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware/about.php, 1.14.2.3.2.6


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/about.php, 1.14.2.3.2.6
Date: Sat, 6 Nov 2004 17:13:46 +0100

Update of /phpgroupware
Modified Files:
        Branch: Version-0_9_16-branch
          about.php

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: phpgroupware/about.php
diff -u phpgroupware/about.php:1.14.2.3.2.5 phpgroupware/about.php:1.14.2.3.2.6
--- phpgroupware/about.php:1.14.2.3.2.5 Thu Feb  5 12:34:04 2004
+++ phpgroupware/about.php      Sat Nov  6 16:13:46 2004
@@ -62,8 +62,8 @@
                                                        }
                                                        if (is_array($infos))
                                                        {
-                                                               $names = 
explode('<br>',$infos['name']);
-                                                               $emails = 
split('@|<br>',$infos['email']);
+                                                               $names = 
explode('<br />',$infos['name']);
+                                                               $emails = 
split('@|<br />',$infos['email']);
                                                                if 
(count($names) < count($emails)/2)
                                                                {
                                                                        $names 
= '';
@@ -71,13 +71,13 @@
                                                                $infos = '';
                                                                while 
(list($user,$domain) = $emails)
                                                                {
-                                                                       if 
($infos) $infos .= '<br>';
+                                                                       if 
($infos) $infos .= '<br />';
                                                                        $name = 
$names ? array_shift($names) : $user;
                                                                        $infos 
.= "<a href='mailto:$user at $domain' 
onClick=\"document.location='mailto:$user'+'@'+'$domain'; return 
false;\">$name</a>";
                                                                        
array_shift($emails); array_shift($emails);
                                                                }
                                                        }
-                                                       $s .= ($n ? '<br>' : 
'') . $infos;
+                                                       $s .= ($n ? '<br />' : 
'') . $infos;
                                                }
                                                $s .= "</td></tr>\n";
                                        }




reply via email to

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