1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-14 21:56:39 +02:00

[ticket/11617] Remove spaces and tabs from empty lines

PHPBB3-11617
This commit is contained in:
Matt Friedman
2013-07-02 18:47:56 -07:00
parent fba3a9d600
commit 5ef4987ffe

View File

@ -124,7 +124,7 @@ class acp_captcha
'CAPTCHA_PREVIEW_TPL' => $demo_captcha->get_demo_template($id), 'CAPTCHA_PREVIEW_TPL' => $demo_captcha->get_demo_template($id),
'S_CAPTCHA_HAS_CONFIG' => $demo_captcha->has_config(), 'S_CAPTCHA_HAS_CONFIG' => $demo_captcha->has_config(),
'CAPTCHA_SELECT' => $captcha_select, 'CAPTCHA_SELECT' => $captcha_select,
'U_ACTION' => $this->u_action, 'U_ACTION' => $this->u_action,
)); ));
} }