put the captcha in the table

This commit is contained in:
Shish 2010-01-23 12:40:03 +00:00
parent c7eb0cd99d
commit 4361bb0645

View File

@ -50,7 +50,7 @@ class UserPageTheme extends Themelet {
if(empty($tac)) {$html = "";} if(empty($tac)) {$html = "";}
else {$html = "<p>$tac</p>";} else {$html = "<p>$tac</p>";}
$reca = captcha_get_html(); $reca = "<tr><td colspan='2'>".captcha_get_html()."</td></tr>";
$html .= " $html .= "
<form action='".make_link("user_admin/create")."' method='POST'> <form action='".make_link("user_admin/create")."' method='POST'>