phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc/hook_after_navbar.inc.php, 1.3.4.1


From: nomail
Subject: [Phpgroupware-cvs] admin/inc/hook_after_navbar.inc.php, 1.3.4.1
Date: Sat, 6 Nov 2004 17:13:47 +0100

Update of /admin/inc
Modified Files:
        Branch: Version-0_9_16-branch
          hook_after_navbar.inc.php

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: admin/inc/hook_after_navbar.inc.php
diff -u admin/inc/hook_after_navbar.inc.php:1.3 
admin/inc/hook_after_navbar.inc.php:1.3.4.1
--- admin/inc/hook_after_navbar.inc.php:1.3     Fri Jan  4 04:43:00 2002
+++ admin/inc/hook_after_navbar.inc.php Sat Nov  6 16:13:47 2004
@@ -34,14 +34,14 @@
                                if(file_exists($_versionfile))
                                {
                                        include($_versionfile);
-                                       /* echo '<br>' . $_versionfile . ','; */
+                                       /* echo '<br />' . $_versionfile . ','; 
*/
                                        $_file_version = 
$setup_info[$app_name]['version'];
                                        $_app_title    = 
$setup_info[$app_name]['title'];
                                        unset($setup_info);
 
                                        if($app_name == 'phpgwapi')
                                        {
-                                               $api_str = '<br>' . lang('The 
API requires an upgrade');
+                                               $api_str = '<br />' . lang('The 
API requires an upgrade');
                                        }
                                        /* echo $app_name . ',' . $_db_version 
. ',' . $_file_version; */
                                        
if(!$GLOBALS['phpgw']->common->cmp_version_long($_db_version,$_file_version))
@@ -49,7 +49,7 @@
                                                $_current = True;
                                                if($app_name == 'phpgwapi')
                                                {
-                                                       $api_str = '<br>' . 
lang('The API is current');
+                                                       $api_str = '<br />' . 
lang('The API is current');
                                                }
                                        }
                                        unset($_file_version);
@@ -62,15 +62,15 @@
                        {
                                echo '<center>';
                                echo $api_str;
-                               echo '<br>' . lang('This application requires 
an upgrade') . ':' . "\n";
-                               echo '<br>' . lang('Please run setup to become 
current') . '.' . "\n";
+                               echo '<br />' . lang('This application requires 
an upgrade') . ':' . "\n";
+                               echo '<br />' . lang('Please run setup to 
become current') . '.' . "\n";
                                echo '</center>';
                        }
                        else
                        {
                                echo '<center>';
                                echo $api_str;
-                               echo '<br>' . lang('This application is 
current') . "\n";
+                               echo '<br />' . lang('This application is 
current') . "\n";
                                echo '</center>';
                        }
                }




reply via email to

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