diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/posting_preview.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/posting_preview.tpl b/phpBB/templates/subSilver/posting_preview.tpl index ac9ab3f3c0..945db35fae 100644 --- a/phpBB/templates/subSilver/posting_preview.tpl +++ b/phpBB/templates/subSilver/posting_preview.tpl @@ -4,9 +4,7 @@ <th height="25" class="thHead">{L_PREVIEW}</th> </tr> <tr> - <td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon" /><span class="postdetails">{L_POSTED}: - {POST_DATE} Post Subject: {POST_SUBJECT}</span> - </td> + <td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon" /><span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {POST_SUBJECT}</span></td> </tr> <tr> <td class="row1"><span class="postbody">{MESSAGE}</span></td> |
