1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

fix the captcha ACP, restore xhtml compliance for recaptcha (#46195) - note, that this will not work in IE

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9645 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2009-06-21 13:31:26 +00:00
parent afc0ef93c5
commit c2c79d8297
5 changed files with 24 additions and 13 deletions

View File

@@ -107,7 +107,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
}
$template->assign_vars(array(
'CAPTCHA_PREVIEW' => $this->get_demo_template($id),
'CAPTCHA_PREVIEW' => $this->get_demo_template(),
'CAPTCHA_NAME' => $this->get_class_name(),
));