Created
January 23, 2013 06:46
-
-
Save joiggama/4602675 to your computer and use it in GitHub Desktop.
Facebook unkown gender.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select id="sex" name="sex" class=""> | |
<option value="1">Mujer</option> | |
<option value="2">Hombre</option> | |
<option value="100" selected="1">Anything</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment