aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-08-07 14:31:24 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-08-07 14:31:24 +0000
commit04263dfa312f7daab82ab629477d785253af896a (patch)
tree45a22668c2a3fced293431a7d82d6cfee73a4d43 /phpBB/includes
parentaf6704700855e732dd811de4e8d6730d43a7c392 (diff)
downloadforums-04263dfa312f7daab82ab629477d785253af896a.tar
forums-04263dfa312f7daab82ab629477d785253af896a.tar.gz
forums-04263dfa312f7daab82ab629477d785253af896a.tar.bz2
forums-04263dfa312f7daab82ab629477d785253af896a.tar.xz
forums-04263dfa312f7daab82ab629477d785253af896a.zip
Coding guidelines: Tiny whitespace change for an unreleased file.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9939 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/captcha/plugins/captcha_abstract.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/captcha/plugins/captcha_abstract.php b/phpBB/includes/captcha/plugins/captcha_abstract.php
index ceb9c4f9fb..72f343d6b8 100644
--- a/phpBB/includes/captcha/plugins/captcha_abstract.php
+++ b/phpBB/includes/captcha/plugins/captcha_abstract.php
@@ -100,8 +100,8 @@ class phpbb_default_captcha
$template->assign_vars(array(
'CONFIRM_IMAGE_LINK' => $link,
- 'CONFIRM_IMAGE' => '<img src="'. $link . '" />',
- 'CONFIRM_IMG' => '<img src="'. $link . '" />',
+ 'CONFIRM_IMAGE' => '<img src="' . $link . '" />',
+ 'CONFIRM_IMG' => '<img src="' . $link . '" />',
'CONFIRM_ID' => $this->confirm_id,
'S_CONFIRM_CODE' => true,
'S_TYPE' => $this->type,