Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion styles/all/template/recent_topics_body_topbottom.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{% if not S_IS_BOT %}
<a href="{{ recent_topics.U_LAST_POST }}" title="{{ lang('GOTO_LAST_POST')|e('html_attr') }}">
<i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i>
<span class="sr-only">{{ VIEW_LATEST_POST }}</span>
<span class="sr-only">{{ lang('GOTO_LAST_POST') }}</span>
</a> {% endif %}<br />{{ recent_topics.LAST_POST_TIME }}
</span>
</dd>
Expand Down