diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_preview.html')
-rw-r--r-- | phpBB/styles/subSilver/template/posting_preview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/posting_preview.html b/phpBB/styles/subSilver/template/posting_preview.html index 4bb98fbd7d..b990428f36 100644 --- a/phpBB/styles/subSilver/template/posting_preview.html +++ b/phpBB/styles/subSilver/template/posting_preview.html @@ -43,9 +43,9 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div class="postbody">{PREVIEW_MESSAGE}</div> - <!-- IF S_HAS_ATTACHMENTS --> + <!-- IF .attachment --> <br clear="all" /><br /> - + <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td> |