diff --git a/epicyon-profile.css b/epicyon-profile.css index d829cb071..32fd5220d 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -746,7 +746,7 @@ input[type=submit]:hover { .newPostDropdown > label:after, .newPostDropdown > a[role="button"]:after { - content: "\f0d7"; + content: ""; font-family: 'Bedstead'; display: inline-block; margin-left: 6px; diff --git a/webinterface.py b/webinterface.py index ecc2c41be..5b833a1a9 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2437,7 +2437,7 @@ def htmlNewPostDropDown(scopeIcon: str, scopeDescription: str, dropDownContent += ' data-toggle="newPostDropdown">\n' dropDownContent += ' ' + \ - scopeDescription + '\n' + scopeDescription.strip() + '\n' dropDownContent += '