From c53bbf21ff0dc09145be5f651fad1db3bce98697 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Sep 2019 19:27:28 +0100 Subject: [PATCH] Hidden rather than cwText --- epicyon-profile.css | 2 +- webinterface.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 67f1781cd..6ddf12b4f 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -57,7 +57,7 @@ a:link { margin: 5px; } -.cwText { +.hidden { display: none; } diff --git a/webinterface.py b/webinterface.py index ec4b11c41..41ab19acc 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1686,7 +1686,7 @@ def individualPostAsHtml(pageNumber: int,baseDir: str, \ else: contentStr+='Sensitive ' contentStr+='' - contentStr+='
' + contentStr+=''