diff options
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_topic_review.html | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/phpBB/styles/subsilver2/template/posting_topic_review.html b/phpBB/styles/subsilver2/template/posting_topic_review.html index 92f71c2307..cbd6746a8a 100644 --- a/phpBB/styles/subsilver2/template/posting_topic_review.html +++ b/phpBB/styles/subsilver2/template/posting_topic_review.html @@ -51,7 +51,13 @@  							<table width="100%" cellspacing="0" cellpadding="2">  							<tr>  								<td> -									<!-- IF topic_review_row.POST_ID == REPORTED_POST_ID --><span class="postreported">{REPORTED_IMG}</span><!-- ENDIF --> +									<!-- IF topic_review_row.POST_ID == REPORTED_POST_ID --> +									<table width="100%" cellspacing="0"> +										<tr> +											<span class="postreported">{REPORTED_IMG}</span> +										</tr> +									</table> +									<!-- ENDIF -->  									<div class="postbody">{topic_review_row.MESSAGE}</div>  									<!-- IF topic_review_row.S_HAS_ATTACHMENTS --> | 
