diff options
Diffstat (limited to 'phpBB/templates/subSilver/posting_preview.html')
| -rw-r--r-- | phpBB/templates/subSilver/posting_preview.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/phpBB/templates/subSilver/posting_preview.html b/phpBB/templates/subSilver/posting_preview.html index 092ced63f6..4b68123986 100644 --- a/phpBB/templates/subSilver/posting_preview.html +++ b/phpBB/templates/subSilver/posting_preview.html @@ -30,12 +30,10 @@ <tr> <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td> - <span class="postbody">{PREVIEW_MESSAGE}</span> + <td><span class="postbody">{PREVIEW_MESSAGE}</span> <!-- BEGIN postrow --> - <!-- IF postrow.S_HAS_ATTACHMENTS --><!-- INCLUDE viewtopic_attach_body.html --><!-- ENDIF --> - <!-- END postrow --> - </td> + <!-- IF postrow.S_HAS_ATTACHMENTS --><!-- INCLUDE viewtopic_attach_body.html --><!-- ENDIF --> + <!-- END postrow --><!-- IF PREVIEW_SIGNATURE --><span class="postbody"><br />_________________<br />{PREVIEW_SIGNATURE}</span><!-- ENDIF --></td> </tr> </table></td> </tr> |
