aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/posting_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Default/posting_body.tpl')
-rw-r--r--phpBB/templates/Default/posting_body.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/templates/Default/posting_body.tpl b/phpBB/templates/Default/posting_body.tpl
index 9256a4841c..3f80412609 100644
--- a/phpBB/templates/Default/posting_body.tpl
+++ b/phpBB/templates/Default/posting_body.tpl
@@ -46,7 +46,8 @@
{HTML_TOGGLE}<br>{BBCODE_TOGGLE}<br>{SMILE_TOGGLE}<br>{SIG_TOGGLE}<br>{NOTIFY_TOGGLE}</td>
</tr>
<tr class="tableheader">
- <td align="center" colspan="2">{S_HIDDEN_POST_FIELDS}<input type="submit" name="preview" value="{L_PREVIEW}">&nbsp;<input type="submit" name="submit" value="{L_SUBMIT}">&nbsp;<input type="submit" name="cancel" value="{L_CANCEL}"></td>
+ <td align="center" colspan="2">{S_HIDDEN_FORM_FIELDS}
+ <input type="submit" name="preview" value="{L_PREVIEW}">&nbsp;<input type="submit" name="submit" value="{L_SUBMIT}">&nbsp;<input type="submit" name="cancel" value="{L_CANCEL}"></td>
</tr>
</table>
</td>