aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/posting_review.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_review.html')
-rw-r--r--phpBB/styles/subSilver/template/posting_review.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/posting_review.html b/phpBB/styles/subSilver/template/posting_review.html
index 4964cacd05..0d4d5cd71d 100644
--- a/phpBB/styles/subSilver/template/posting_review.html
+++ b/phpBB/styles/subSilver/template/posting_review.html
@@ -20,10 +20,10 @@
<!-- IF post_review_row.S_ROW_COUNT is even --> <tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
- <td rowspan="2" align="left" valign="top"><a name="{post_review_row.U_POST_ID}"></a>
+ <td rowspan="2" align="left" valign="top"><a id="pr{post_review_row.U_POST_ID}"></a>
<table width="150" cellspacing="0" cellpadding="4" border="0">
<tr>
- <td align="center"><b class="postauthor">{post_review_row.POSTER_NAME}</b></td>
+ <td align="center"><b class="postauthor">{post_review_row.POST_AUTHOR_FULL}</b></td>
</tr>
</table>
</td>