mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
* fixed character deaths table
This commit is contained in:
parent
f84ae88aa4
commit
816751f464
@ -224,9 +224,9 @@
|
||||
</tr>
|
||||
{% set i = 0 %}
|
||||
{% for death in deaths %}
|
||||
<tr bgcolor="'{{ getStyle(i) }}">
|
||||
<tr bgcolor="{{ getStyle(i) }}">
|
||||
<td width="20%" align="center">{{ death.time|date("j M Y, H:i") }}</td>
|
||||
<td>{{ death.description }}</td>
|
||||
<td>{{ death.description|raw }}</td>
|
||||
</tr>
|
||||
|
||||
{% set i = i + 1 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user