From 514afb57ceb65ef6109f7bc60181a0aa45b8f950 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 15 Mar 2010 12:49:51 +0000 Subject: Updated Captcha UI. git-svn-id: http://code.elgg.org/elgg/trunk@5400 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/captcha/captcha.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/captcha/captcha.php') diff --git a/mod/captcha/captcha.php b/mod/captcha/captcha.php index 0947940ec..1a2580f15 100644 --- a/mod/captcha/captcha.php +++ b/mod/captcha/captcha.php @@ -13,8 +13,7 @@ $token = get_input('captcha_token'); // Output captcha - if ($token) - { + if ($token) { // Set correct header header("Content-type: image/jpeg"); -- cgit v1.2.3