* ig made it.
authorWilfried Göesgens <willi@citadel.org>
Mon, 4 Aug 2008 22:47:54 +0000 (22:47 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 4 Aug 2008 22:47:54 +0000 (22:47 +0000)
webcit/addressbook_popup.c

index f3445cfef3c72a9ca57650d586c6d45c2b9d000d..9ad632ecaa9104e7e9375016f85b7f61a8e539b3 100644 (file)
@@ -49,7 +49,7 @@ void display_address_book_middle_div(void) {
 
        wprintf("<option value=\"__LOCAL_USERS__\" %s>", 
                (strcmp(ChrPtr(DefAddrBook), "__LOCAL_USERS__") == 0)?
-               "active=\"yes\" ":"");
+               "selected=\"selected\" ":"");
        escputs(serv_info.serv_humannode);
        wprintf("</option>\n");
 
@@ -71,7 +71,7 @@ void display_address_book_middle_div(void) {
                wprintf("<option value=\"");
                urlescputs((char*)Namee);
                if (strcmp(ChrPtr(DefAddrBook), Namee) == 0)
-                       wprintf("\" active=\"yes\" >");
+                       wprintf("\" selected=\"selected\" >");
                else
                        wprintf("\">");
                escputs((char*)Namee);