aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-11-23 03:32:47 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-11-23 03:32:47 +0000
commite67722c18bbfd519e6237c3c35bb45067422e7a3 (patch)
tree60ff208a52784bde52bbc17dc619bd2f7f792566 /phpBB/styles
parentd6c5be3d73e2c4f9017af9146270439da1e86364 (diff)
downloadforums-e67722c18bbfd519e6237c3c35bb45067422e7a3.tar
forums-e67722c18bbfd519e6237c3c35bb45067422e7a3.tar.gz
forums-e67722c18bbfd519e6237c3c35bb45067422e7a3.tar.bz2
forums-e67722c18bbfd519e6237c3c35bb45067422e7a3.tar.xz
forums-e67722c18bbfd519e6237c3c35bb45067422e7a3.zip
little bit of template tag cleaning
git-svn-id: file:///svn/phpbb/trunk@6637 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/login_body.html2
-rw-r--r--phpBB/styles/subSilver/template/memberlist_email.html2
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>