mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
[ticket/14860] Broken link on subscriptions page on mobile devices
PHPBB3-14860
This commit is contained in:
parent
9be9062df3
commit
cdf6464382
1 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
||||||
{forumrow.FORUM_DESC}
|
{forumrow.FORUM_DESC}
|
||||||
<!-- IF forumrow.LAST_POST_TIME -->
|
<!-- IF forumrow.LAST_POST_TIME -->
|
||||||
<div class="responsive-show" style="display: none;">
|
<div class="responsive-show" style="display: none;">
|
||||||
{L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
|
{L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} « <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue