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

    r204 r205  
    4848        while($therecord=mysql_fetch_array($thequery)){ 
    4949                echo "<option value=\"search.php?id=".$therecord["id"]."\" "; 
    50                 if ($selectedlink=="search.php?id=".$therecord["id"]) echo "selected"; 
     50                if ($selectedlink=="search.php?id=".$therecord["id"]) echo "selected=\"selected\""; 
    5151                echo " >".$therecord["displayname"]."</option>\n"; 
    5252        } 
     
    6363        echo "<select name=\"parentid\" id=\"parentid\">\n"; 
    6464        echo "<option value=\"0\" "; 
    65         if ($selectedpid=="0") echo "selected"; 
     65        if ($selectedpid=="0") echo "selected=\"selected\""; 
    6666        echo " >-- none --</option>\n"; 
    6767        while($therecord=mysql_fetch_array($thequery)){ 
    6868                echo "<option value=\"".$therecord["id"]."\" "; 
    69                 if ($selectedpid==$therecord["id"]) echo "selected"; 
     69                if ($selectedpid==$therecord["id"]) echo "selected=\"selected\""; 
    7070                echo " >".$therecord["name"]."</option>\n"; 
    7171        } 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.