gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/include Layout.class,1.93,1.94


From: gsmet
Subject: [Gforge-commits] gforge/www/include Layout.class,1.93,1.94
Date: Sat, 11 Dec 2004 16:32:30 -0600

Update of /cvsroot/gforge/gforge/www/include
In directory db.perdue.net:/tmp/cvs-serv1598/www/include

Modified Files:
        Layout.class 
Log Message:
cosmetic fix in header title

Index: Layout.class
===================================================================
RCS file: /cvsroot/gforge/gforge/www/include/Layout.class,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Layout.class        4 Nov 2004 22:04:32 -0000       1.93
+++ Layout.class        11 Dec 2004 22:32:27 -0000      1.94
@@ -117,7 +117,7 @@
                if (!$params['title']) {
                        $params['title'] =  $GLOBALS['sys_name'];
                } else {
-                       $params['title'] =  $GLOBALS['sys_name'] . ":" . 
$params['title'];
+                       $params['title'] =  $GLOBALS['sys_name'] . ': ' . 
$params['title'];
                }
                print '<?xml version="1.0" encoding="' . 
$Language->getEncoding(). '"?>';
                ?>





reply via email to

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