Spaces:
Runtime error
Runtime error
Update templates/result.html
Browse files- templates/result.html +1 -1
templates/result.html
CHANGED
@@ -187,7 +187,7 @@
|
|
187 |
<ul>
|
188 |
{% for value in data.email %}
|
189 |
{% if value|lower != 'not found' %}
|
190 |
-
<
|
191 |
{% endif %}
|
192 |
{% endfor %}
|
193 |
</ul>
|
|
|
187 |
<ul>
|
188 |
{% for value in data.email %}
|
189 |
{% if value|lower != 'not found' %}
|
190 |
+
<li>{{ value }}</li>
|
191 |
{% endif %}
|
192 |
{% endfor %}
|
193 |
</ul>
|