mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Bugtracker #4461 - XHTML fix
This commit is contained in:
parent
8397fcbc7b
commit
487c91a488
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/auth.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2008-06-13 20:20:20 $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2008-07-17 21:53:51 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -155,7 +155,7 @@ class auth
|
||||
<tr>
|
||||
<td style='width:35%' class='forumheader3'>".ADLAN_152."</td>
|
||||
<td style='text-align:center'>
|
||||
<input type='hidden' name='rand_num' value='".$sec_img->random_number."'>".
|
||||
<input type='hidden' name='rand_num' value='".$sec_img->random_number."' />".
|
||||
$sec_img->r_image().
|
||||
"<br /><input class='tbox' type='text' name='code_verify' size='15' maxlength='20' /></td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user