mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-02 12:57:35 +01:00
poster_id.html: remove extra space at start
This commit is contained in:
parent
ef2ce5ba8b
commit
0e5b56ab4b
@ -1,7 +1,7 @@
|
|||||||
{% if config.poster_ids %}
|
{% if config.poster_ids %}
|
||||||
{% if post.thread %}
|
{% if post.thread %}
|
||||||
<span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
|
<span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
|
<span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user