From 2083a2d59af02ea43c4544536c472517f1957b5e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 27 Dec 2020 21:29:04 +0000 Subject: [PATCH] New post dropdown nav --- webapp_create_post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 490a5bbe0..d1614081a 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -73,7 +73,7 @@ def _htmlNewPostDropDown(scopeIcon: str, scopeDescription: str, dropdownReportSuffix: str) -> str: """Returns the html for a drop down list of new post types """ - dropDownContent = '
\n' + dropDownContent = '
\n' return dropDownContent