From 5c327fbab8a0b0ec4f5eb5675f0eef5136c7bd57 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 26 Sep 2020 19:57:34 +0100 Subject: [PATCH] html formatting within rss --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index a5071349..bbad2657 100644 --- a/webinterface.py +++ b/webinterface.py @@ -941,9 +941,9 @@ def rssHashtagSearch(nickname: str, domain: str, port: int, postJsonObject['object']['summary'] + \ '' hashtagFeed += \ - ' ' + \ + ' ' + ']]>' hashtagFeed += \ ' ' + rssDateStr + '' if postJsonObject['object'].get('attachment'):