diff --git a/webinterface.py b/webinterface.py
index 10c4d783..7f6c4cfa 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -134,6 +134,11 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str) -> str:
''
newPostForm=htmlHeader(newPostCSS)
+
+ # only show the share option if this is not a reply
+ shareOptionOnDropdown=''
+ if not replyStr:
+ shareOptionOnDropdown='Share
Describe a shared item'
newPostForm+= \
'