diff options
Diffstat (limited to 'templates/show_user_registration.inc.php')
-rw-r--r-- | templates/show_user_registration.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index 43cdbbea..f35e6bfe 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -123,7 +123,7 @@ if (Config::get('user_agreement')) { ?> </tr> </table> <?php if (Config::get('captcha_public_reg')) { ?> - <?php echo captcha::form(); ?> + <?php echo captcha::form("→ "); ?> <?php Error::display('captcha'); ?> <?php } ?> <table> |