Ignore:
Timestamp:
Dec 11, 2005 7:33:45 PM (18 years ago)
Author:
scdev
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Captcha.inc.php

    r31 r32  
    142142        ?>
    143143        <label for="sc-captcha"><?php echo _("Reverse Turing Test") ?></label>
    144         <p class="help">Please enter the number here to prove you are a human. This is a measure to prevent spam robots from submitting this form.</p>
    145         <pre style="font-size: 1px;"><?php echo $ascii ?></pre>
     144        <p class="help"><?php echo _("Please type the following number to prove you are a human. This is a measure to prevent spam robots from submitting this form.") ?></p>
     145        <pre style="font-size: 0.5em;"><?php echo $ascii ?></pre>
    146146        <input name="sc-captcha" id="sc-captcha" type="text" />
    147147        <input name="sc-captcha-hash" type="hidden" value="<?php echo $hash ?>" />
Note: See TracChangeset for help on using the changeset viewer.