about summary refs log tree commit diff
path: root/app/lib/bangtags.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/bangtags.rb')
-rw-r--r--app/lib/bangtags.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb
index 82214d1b1..7a007739d 100644
--- a/app/lib/bangtags.rb
+++ b/app/lib/bangtags.rb
@@ -421,7 +421,7 @@ class Bangtags
         description = @vars["_they:are:#{name}"]
         next if description.blank? || @chunks.last.starts_with?('—')
         status.local_only = true if Status::LOCAL_ONLY_TOKENS.match?(@chunks.last)
-        @chunks << "\n\n\u200c\n— #{description}"
+        @chunks << "\n\u200c\n— #{description}"
       when 'media'
         media_idx = post_cmd[1]
         media_cmd = post_cmd[2]