phpBMS

Show
Ignore:
Timestamp:
03/26/07 16:50:25 (5 years ago)
Author:
brieb
Message:

Updated XHTML compliance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/include/reports_addedit_include.php

    r204 r205  
    5050 
    5151        echo "<option value=\"0\" "; 
    52         if ($selectedid=="0") echo "selected"; 
     52        if ($selectedid=="0") echo "selected=\"selected\""; 
    5353        echo " style=\"font-weight:bold\">global</option>\n"; 
    5454 
    5555        while($therecord=mysql_fetch_array($thequery)){ 
    5656                echo "  <option value=\"".$therecord["id"]."\""; 
    57                         if($selectedid==$therecord["id"]) echo " selected "; 
     57                        if($selectedid==$therecord["id"]) echo " selected=\"selected\""; 
    5858                echo ">".$therecord["displayname"]."</option>\n"; 
    5959        } 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.