diff --git a/templates/report.html b/templates/report.html index abe3fad4b2..9f0f88b277 100644 --- a/templates/report.html +++ b/templates/report.html @@ -125,7 +125,7 @@

Most & least frequently spawning species

{% for icon in icons.top30 %} - + {% if loop.index > 0 and loop.index % 10 == 0 %}
{% endif %} @@ -138,7 +138,7 @@

Most & least frequently spawning species

{% for icon in icons.bottom30 %} - + {% if loop.index > 0 and loop.index % 10 == 0 %}
{% endif %} @@ -155,7 +155,7 @@

Evolutions and rare Pokemon

{% for icon in icons.stage2 %} - + {% if loop.index > 0 and loop.index % 10 == 0 %}
{% endif %} @@ -172,7 +172,7 @@

Nonexistent species

{% for icon in icons.nonexistent %} - + {% if loop.index > 0 and loop.index % 10 == 0 %}
{% endif %}