phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.country.inc.php, 1.3.4.4


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.country.inc.php, 1.3.4.4
Date: Sat, 6 Nov 2004 16:34:26 +0100

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.country.inc.php

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +2 -2

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.country.inc.php
diff -u phpgwapi/inc/class.country.inc.php:1.3.4.3 
phpgwapi/inc/class.country.inc.php:1.3.4.4
--- phpgwapi/inc/class.country.inc.php:1.3.4.3  Tue Feb 10 13:51:17 2004
+++ phpgwapi/inc/class.country.inc.php  Sat Nov  6 15:34:26 2004
@@ -276,7 +276,7 @@
                        reset($this->country_array);
                        while(list($key,$value) = each($this->country_array))
                        {
-                               $str .= ' <option value="'.$key.'"'.($selected 
== $key?' selected':'').'>'.$value.'</option>'."\n";
+                               $str .= ' <option value="'.$key.'"'.($selected 
== $key?' selected="selected"':'').'>'.$value.'</option>'."\n";
                        }
                        $str .= '</select>'."\n";
                        return $str;




reply via email to

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