diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_body.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index e8d6332c9f..7a803f5e7d 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -137,7 +137,7 @@ <!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME --> <tr> <td class="row1"><b class="genmed">{L_USERNAME}:</b></td> - <td class="row2"><input class="post" type="text" tabindex="1" name="username" size="25" maxlength="25" value="{USERNAME}" /></td> + <td class="row2"><input class="post" type="text" tabindex="1" name="username" size="25" value="{USERNAME}" /></td> </tr> <!-- ENDIF --> @@ -202,11 +202,11 @@ <td class="row2" valign="top"> <script type="text/javascript"> <!-- - + var form_name = 'postform'; var text_name = 'message'; //--> - </script> + </script> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- INCLUDE posting_buttons.html --> @@ -329,7 +329,7 @@ <!-- IF S_EDIT_REASON --> <tr> <td class="row1" valign="top"><b class="genmed">{L_EDIT_REASON}:</b></td> - <td class="row2"><input class="post" type="text" name="edit_reason" size="50" maxlength="100" value="{EDIT_REASON}" /></td> + <td class="row2"><input class="post" type="text" name="edit_reason" size="50" value="{EDIT_REASON}" /></td> </tr> <!-- ENDIF --> |
