about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-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 0567caf6d..2c807166d 100644
--- a/app/lib/bangtags.rb
+++ b/app/lib/bangtags.rb
@@ -419,7 +419,7 @@ class Bangtags
         name = @vars['_they:are']
         next if name.blank?
         description = @vars["_they:are:#{name}"]
-        next if description.blank?
+        next if description.blank? || @chunks.last.starts_with?('–')
         status.local_only = true if Status::LOCAL_ONLY_TOKENS.match?(@chunks.last)
         @chunks << "\n\n---\n– #{description}"
       when 'media'