diff options
-rw-r--r-- | phpBB/styles/subSilver/template/login_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/memberlist_email.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/login_body.html b/phpBB/styles/subSilver/template/login_body.html index 0d72ee8f3b..70e147fca8 100644 --- a/phpBB/styles/subSilver/template/login_body.html +++ b/phpBB/styles/subSilver/template/login_body.html @@ -10,7 +10,7 @@ <th>{LOGIN_EXPLAIN}</th> <!-- ENDIF --> </tr> -<!-- IF LOGIN_EXPLAIN && not S_ADMIN_AUTH --> +<!-- IF LOGIN_EXPLAIN && not S_ADMIN_AUTH --> <tr> <td class="row3" colspan="2" align="center"><span class="gensmall">{LOGIN_EXPLAIN}</span></td> </tr> diff --git a/phpBB/styles/subSilver/template/memberlist_email.html b/phpBB/styles/subSilver/template/memberlist_email.html index 1e4d7e9930..4f514e6a7d 100644 --- a/phpBB/styles/subSilver/template/memberlist_email.html +++ b/phpBB/styles/subSilver/template/memberlist_email.html @@ -49,7 +49,7 @@ function checkForm(formObj) <td class="row1" width="35%"><b class="genmed">{L_SUBJECT}</b></td> <td class="row2"><input class="post" type="text" name="subject" size="50" maxlength="100" tabindex="2" value="{SUBJECT}" /></td> </tr> - <!-- ELSE ---> + <!-- ELSE --> <tr> <td class="row1" width="35%"><b class="genmed">{L_EMAIL_ADDRESS}</b></td> <td class="row2"><input class="post" type="text" name="email" size="50" maxlength="100" value="{EMAIL}" /></td> |