aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/memberlist_email.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subsilver2/template/memberlist_email.html')
-rw-r--r--phpBB/styles/subsilver2/template/memberlist_email.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_email.html b/phpBB/styles/subsilver2/template/memberlist_email.html
index 92df7910a5..9e74ec5335 100644
--- a/phpBB/styles/subsilver2/template/memberlist_email.html
+++ b/phpBB/styles/subsilver2/template/memberlist_email.html
@@ -47,7 +47,7 @@ function checkForm(formObj)
</tr>
<tr>
<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>
+ <td class="row2"><input class="post" type="text" name="subject" size="50" tabindex="2" value="{SUBJECT}" /></td>
</tr>
<!-- ELSE -->
<tr>
@@ -56,7 +56,7 @@ function checkForm(formObj)
</tr>
<tr>
<td class="row1" width="35%"><b class="genmed">{L_REAL_NAME}</b></td>
- <td class="row2"><input class="post" type="text" name="name" size="50" maxlength="100" value="{NAME}" /></td>
+ <td class="row2"><input class="post" type="text" name="name" size="50" value="{NAME}" /></td>
</tr>
<tr>
<td class="row1" width="35%"><b class="genmed">{L_DEST_LANG}</b><br /><span class="gensmall">{L_DEST_LANG_EXPLAIN}</span></td>