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/usersearches_edit_include.php

    r204 r205  
    4949        while($therecord=mysql_fetch_array($thequery)){ 
    5050                echo "  <option value=\"".$therecord["id"]."\""; 
    51                         if($selectedid==$therecord["id"]) echo " selected "; 
     51                        if($selectedid==$therecord["id"]) echo " selected=\"selected\""; 
    5252                echo ">".$therecord["displayname"]."</option>\n"; 
    5353        } 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.