diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_preview.html')
-rw-r--r-- | phpBB/styles/subSilver/template/posting_preview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_preview.html b/phpBB/styles/subSilver/template/posting_preview.html index 813ba21875..6679187b73 100644 --- a/phpBB/styles/subSilver/template/posting_preview.html +++ b/phpBB/styles/subSilver/template/posting_preview.html @@ -42,7 +42,7 @@ <tr> <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td><span class="postbody">{PREVIEW_MESSAGE}</span> + <td><div class="postbody">{PREVIEW_MESSAGE}</div> <!-- IF S_HAS_ATTACHMENTS --> <br clear="all" /><br /> |