diff options
Diffstat (limited to 'phpBB/templates/subSilver/posting_topic_review.html')
-rw-r--r-- | phpBB/templates/subSilver/posting_topic_review.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/posting_topic_review.html b/phpBB/templates/subSilver/posting_topic_review.html index 36d8be2d88..5aee7f3830 100644 --- a/phpBB/templates/subSilver/posting_topic_review.html +++ b/phpBB/templates/subSilver/posting_topic_review.html @@ -60,7 +60,7 @@ function addquote(post_id, username) { <table class="tablebg" width="100%" cellpadding="2" cellspacing="1" border="0"> <tr> - <th width="22%" height="26">{L_AUTHOR}</th> + <th width="22%" height="28">{L_AUTHOR}</th> <th>{L_MESSAGE}</th> </tr> <!-- BEGIN postrow --> |