From c31216e4930645df808577dea017642f0495989f Mon Sep 17 00:00:00 2001 From: v12mike Date: Sat, 7 Sep 2019 04:16:31 -0400 Subject: [ticket/16150] Make post subject link an absolute url The previous version was relative to a &start= which was sometimes wrong. PHPBB3-16150 --- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html') diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 8d7e26f099..63ed2ba8d6 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -224,7 +224,7 @@
style="display: none;"> -

class="first">{postrow.POST_ICON_IMG_ALT} {postrow.POST_SUBJECT}

+

class="first">{postrow.POST_ICON_IMG_ALT} {postrow.POST_SUBJECT}

-- cgit v1.2.1