aboutsummaryrefslogtreecommitdiff
path: root/mod/captcha/captcha.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/captcha/captcha.php')
-rw-r--r--mod/captcha/captcha.php3
1 files changed, 1 insertions, 2 deletions
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");