From 8e54a17e143a5fc0d214141e99682e73d453d884 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 2 Feb 2022 14:39:42 +0100 Subject: [PATCH] /preview format doesnt need
 - fixing too many
 returnlines in content on diff/preview page

---
 changedetectionio/templates/preview.html | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/changedetectionio/templates/preview.html b/changedetectionio/templates/preview.html
index 2c61e7f5..23d80b04 100644
--- a/changedetectionio/templates/preview.html
+++ b/changedetectionio/templates/preview.html
@@ -6,21 +6,16 @@
     

Current

-
- - -
- {% for row in content %}
{{row}}
{% endfor %}
+ {% for row in content %}{{row}}{% endfor %}
- {% endblock %} \ No newline at end of file