Make @bbn happy

This commit is contained in:
Thibaud Fabre
2016-01-20 12:11:18 +01:00
parent 2b7d5e382f
commit 70cc35f306

View File

@@ -159,9 +159,11 @@
<tr>
<td>{{ loop.index }}</td>
<td>
{% if call['type'] != 'fetch' %}<strong>{% endif %}
{% if call['type'] != 'fetch' %}
<strong>{{ call['type'] }}</strong>
{% else %}
{{ call['type'] }}
{% if call['type'] != 'fetch' %}</strong>{% endif %}
{% endif %}
</td>
<td>{{ call['key'] }}</td>
<td>{% if call['hit'] %}HIT{% else %}<strong>MISS</strong>{% endif %}</td>