diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_email.html')
-rw-r--r-- | phpBB/styles/prosilver/template/memberlist_email.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html index 137c4939f4..cb5bf8d4ea 100644 --- a/phpBB/styles/prosilver/template/memberlist_email.html +++ b/phpBB/styles/prosilver/template/memberlist_email.html @@ -45,7 +45,7 @@ function checkForm(formObj) </dl> <dl> <dt><label for="subject">{L_SUBJECT}:</label></dt> - <dd><input class="inputbox autowidth" type="text" name="subject" id="subject" size="50" maxlength="100" tabindex="1" value="{SUBJECT}" /></dd> + <dd><input class="inputbox autowidth" type="text" name="subject" id="subject" size="50" tabindex="1" value="{SUBJECT}" /></dd> </dl> <!-- ELSE --> <dl> @@ -54,7 +54,7 @@ function checkForm(formObj) </dl> <dl> <dt><label for="name">{L_REAL_NAME}:</label></dt> - <dd><input class="inputbox autowidth" type="text" name="name" id="name" size="50" maxlength="100" tabindex="3" value="{NAME}" /></dd> + <dd><input class="inputbox autowidth" type="text" name="name" id="name" size="50" tabindex="3" value="{NAME}" /></dd> </dl> <dl> <dt><label for="lang">{L_DEST_LANG}:</label><br /> |