From db69b285a8d2616a5a106846ac61e8c9e93dc818 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 Nov 2019 12:43:55 +0000 Subject: [PATCH] Add transparent separator for better appearance within lynx --- webinterface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webinterface.py b/webinterface.py index 15d1ebb2..9bf1a83a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2307,6 +2307,8 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ imagePostUrl=postJsonObject['object']['id'] if imageDescription: galleryStr+='
'+imageDescription+'
\n' + else: + galleryStr+='
' galleryStr+='\n' attachmentStr+=''