ElkArte Community

Elk Development => Bug Reports => Topic started by: ahrasis on November 16, 2014, 08:34:04 am

Title: New Replies Do Not Link To Latest Post
Post by: ahrasis on November 16, 2014, 08:34:04 am
I was wondering whether anybody else have or can reproduce this. In this site, New Replies page latest post link does not go to latest post; while New Posts does.
Title: Re: New Replies Do Not Link To Latest Post
Post by: emanuele on November 16, 2014, 09:03:04 am
There is a missing quote indeed.
In Recent.template.php:
Code: [Select]
<a class="topicicon img_last_post" href="', $topic['last_post']['href'], ' title="', $txt['last_post'], '"></a>
should be:
Code: [Select]
<a class="topicicon img_last_post" href="', $topic['last_post']['href'], '" title="', $txt['last_post'], '"></a>

ETA: pushed here https://github.com/emanuele45/Dialogo/commit/5c4f48eb7da8117240f0937b404885e2ac174af0