diff options
Diffstat (limited to 'phpBB/templates/subSilver/posting_preview.html')
-rw-r--r-- | phpBB/templates/subSilver/posting_preview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/posting_preview.html b/phpBB/templates/subSilver/posting_preview.html index 4b68123986..15274fed24 100644 --- a/phpBB/templates/subSilver/posting_preview.html +++ b/phpBB/templates/subSilver/posting_preview.html @@ -2,7 +2,7 @@ <table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> - <th height="25">{L_PREVIEW}</th> + <th height="28">{L_PREVIEW}</th> </tr> <tr> <td class="row1">{MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {PREVIEW_SUBJECT}</span></td> |