phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware/home.php, 1.16.2.1.2.6


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

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: phpgroupware/home.php
diff -u phpgroupware/home.php:1.16.2.1.2.5 phpgroupware/home.php:1.16.2.1.2.6
--- phpgroupware/home.php:1.16.2.1.2.5  Tue Mar 30 04:42:15 2004
+++ phpgroupware/home.php       Sat Nov  6 16:13:46 2004
@@ -160,7 +160,7 @@
                                        
if($GLOBALS['phpgw']->common->cmp_version_long($_db_version,$_file_version))
                                        {
                                                $_found = True;
-                                               $_app_string .= '<br>' . 
$_app_title;
+                                               $_app_string .= '<br />' . 
$_app_title;
                                        }
                                        unset($_file_version);
                                        unset($_app_title);
@@ -170,9 +170,9 @@
                        }
                        if($_found)
                        {
-                               echo '<br>' . lang('The following applications 
require upgrades') . ':' . "\n";
+                               echo '<br />' . lang('The following 
applications require upgrades') . ':' . "\n";
                                echo $_app_string . "\n";
-                               echo '<br>' . lang('Please run setup to become 
current') . '.' . "\n";
+                               echo '<br />' . lang('Please run setup to 
become current') . '.' . "\n";
                                unset($_app_string);
                        }
                }




reply via email to

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