From 534e19cbe3a3b234403fe6907cc9cb332eb5e456 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 22 Apr 2019 17:14:38 -0500 Subject: Stylistic: use em dash for signature prefix. --- app/lib/bangtags.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index 2c807166d..534617d05 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -419,9 +419,9 @@ class Bangtags name = @vars['_they:are'] next if name.blank? description = @vars["_they:are:#{name}"] - next if description.blank? || @chunks.last.starts_with?('ā€“') + 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}" + @chunks << "\n\n---\nā€” #{description}" when 'media' media_idx = post_cmd[1] media_cmd = post_cmd[2] -- cgit