diff --git a/epicyon-profile.css b/epicyon-profile.css index 7280f441..c8e0b2d1 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -271,7 +271,6 @@ a:link { } .gitpatch { - float: none; width: 90%; font-family: monospace; } diff --git a/webinterface.py b/webinterface.py index e64ed919..a47f8321 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3986,7 +3986,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, contentStr = '
' + contentStr + '
' else: contentStr = \ - '
' + contentStr + '
' + '
' + contentStr + '
' postHtml = '' if boxName != 'tlmedia':