Changeset 2514

Show
Ignore:
Timestamp:
07/05/05 06:13:19 (3 years ago)
Author:
markjaquith
Message:

XHTML compliance tweaks (Thanks to Ajay D'Souza)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • gravatar-signup/trunk/gravatar-signup.php

    r2367 r2514  
    3838 
    3939      <p style="clear:both;"> 
    40         <input style="width:auto;" name="get_gravatar" id="get_gravatar" value="get_gravatar" type="checkbox" onclick="gravatarCheckBox(checked);"> 
     40        <input style="width:auto;" name="get_gravatar" id="get_gravatar" value="get_gravatar" type="checkbox" onclick="gravatarCheckBox(checked);" /> 
    4141        <label for="get_gravatar">Sign me up for a free Gravatar!</label> 
    4242      </p> 
     
    4444      <div id="gravatarsignup" style="display: none;"> 
    4545      <p>Provide a valid e-mail address, input your desired password below, and submit your comment.  You will get an e-mail allowing you to access your free Gravatar account and upload an image that will appear next to your comments!<br /><br /> 
    46        <label for="gravatar_password">Desired Password (required)</label> <input name="gravatar_password" id="gravatar_password" class="textarea" value="" size="28" tabindex="5" type="password"> 
     46       <label for="gravatar_password">Desired Password (required)</label> <input name="gravatar_password" id="gravatar_password" class="textarea" value="" size="28" tabindex="5" type="password" /> 
    4747      </p> 
    4848      </div>