mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
Bugtracker #4900 - XHTML compliance
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* User signup
|
* User signup
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/signup.php,v $
|
* $Source: /cvs_backup/e107_0.8/signup.php,v $
|
||||||
* $Revision: 1.45 $
|
* $Revision: 1.46 $
|
||||||
* $Date: 2009-11-24 16:41:10 $
|
* $Date: 2010-01-30 21:27:23 $
|
||||||
* $Author: secretr $
|
* $Author: e107steved $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -138,7 +138,7 @@ if((e_QUERY == 'resend') && !USER && ($pref['user_reg_veri'] == 1))
|
|||||||
elseif(!$_POST['submit_resend'])
|
elseif(!$_POST['submit_resend'])
|
||||||
{ // Display form to get info from user
|
{ // Display form to get info from user
|
||||||
$text .= "<div style='text-align:center'>
|
$text .= "<div style='text-align:center'>
|
||||||
<form method='post' action='".e_SELF."?resend' name='resend_form'>
|
<form method='post' action='".e_SELF."?resend' id='resend_form'>
|
||||||
<table style='".USER_WIDTH."' class='fborder'>
|
<table style='".USER_WIDTH."' class='fborder'>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='forumheader3' style='text-align:right'>".LAN_SIGNUP_48."</td>
|
<td class='forumheader3' style='text-align:right'>".LAN_SIGNUP_48."</td>
|
||||||
|
Reference in New Issue
Block a user