aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_topic_review.html
diff options
context:
space:
mode:
authorv12mike <v12mike@ingenious.co.nz>2019-09-08 14:23:09 -0400
committerv12mike <v12mike@ingenious.co.nz>2019-09-08 14:23:09 -0400
commit88d94a7c1992e43dd8300ba41352e36d3d2c6381 (patch)
treeddbad9bb20f05e230dce74c244716c9e2eb866d1 /phpBB/styles/prosilver/template/posting_topic_review.html
parentc31216e4930645df808577dea017642f0495989f (diff)
downloadforums-88d94a7c1992e43dd8300ba41352e36d3d2c6381.tar
forums-88d94a7c1992e43dd8300ba41352e36d3d2c6381.tar.gz
forums-88d94a7c1992e43dd8300ba41352e36d3d2c6381.tar.bz2
forums-88d94a7c1992e43dd8300ba41352e36d3d2c6381.tar.xz
forums-88d94a7c1992e43dd8300ba41352e36d3d2c6381.zip
[ticket/16150] Make post subject links reliable
Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_topic_review.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_topic_review.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html
index 8faece3447..209dadf327 100644
--- a/phpBB/styles/prosilver/template/posting_topic_review.html
+++ b/phpBB/styles/prosilver/template/posting_topic_review.html
@@ -24,7 +24,7 @@
<!-- ENDIF -->
<div class="postbody" id="pr{topic_review_row.POST_ID}">
- <h3><a href="#pr{topic_review_row.POST_ID}">{topic_review_row.POST_SUBJECT}</a></h3>
+ <h3><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.POST_SUBJECT}</a></h3>
<!-- IF (topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE) or topic_review_row.U_MCP_DETAILS -->
<ul class="post-buttons">