fix "Invalid Date"

pull/225/head
Aevann 2024-03-09 19:20:36 +02:00
parent b1cc17dd10
commit 21906cd352
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@
</div>
<span {% if m and m.patron %}class="username patron" style="background-color:#{{m.namecolor}}"{% else %}class="username"{% endif %} {% if m and m.pride_username %}pride_username{% endif %}>{% if m %}{{m.username}}{% endif %}</span>
</a>
<span class="text-black time ml-1 mb-3 text-center" {% if m %}data-time="{{m.created_utc}}"{% endif %}></span>
<span class="text-black time ml-1 mb-3 text-center" {% if m %}data-created_tc="{{m.created_utc}}"{% endif %}></span>
<input hidden class="user_id" {% if m %}value="{{m.user_id}}"{% endif %}>
{% endmacro %}