//whoops that isn't right

This commit is contained in:
flash 2019-01-10 21:40:15 +01:00
parent bf70461e5c
commit 4743aa7a77

View file

@ -396,7 +396,7 @@
</div>
<div class="forum__post__content">
{% set post_link = url_construct('/forum/topic.php', post.is_opening_post ? {'t':post.topic_id} : {'p':post.post_id}, post.is_opening_post ? '' : post.post_id) %}
{% set post_link = url_construct('/forum/topic.php', post.is_opening_post ? {'t':post.topic_id} : {'p':post.post_id}, post.is_opening_post ? '' : 'p%d'|format(post.post_id)) %}
<div class="forum__post__details">
<a class="forum__post__datetime" href="{{ post_link }}">