diff --git a/src/Quotelinks/QuoteCT.coffee b/src/Quotelinks/QuoteCT.coffee index fa7104ccfe..5ce5e78b36 100644 --- a/src/Quotelinks/QuoteCT.coffee +++ b/src/Quotelinks/QuoteCT.coffee @@ -5,9 +5,8 @@ QuoteCT = if Conf['Comment Expansion'] ExpandComment.callbacks.push @node - # \u00A0 is nbsp @mark = $.el 'span', - textContent: '\u00A0(Cross-thread)' + textContent: ' (Cross-thread)' className: 'qmark-ct' Callbacks.Post.push name: 'Mark Cross-thread Quotes' diff --git a/src/Quotelinks/QuoteOP.coffee b/src/Quotelinks/QuoteOP.coffee index d7464083af..730628b235 100644 --- a/src/Quotelinks/QuoteOP.coffee +++ b/src/Quotelinks/QuoteOP.coffee @@ -5,9 +5,8 @@ QuoteOP = if Conf['Comment Expansion'] ExpandComment.callbacks.push @node - # \u00A0 is nbsp @mark = $.el 'span', - textContent: '\u00A0(OP)' + textContent: ' (OP)' className: 'qmark-op' Callbacks.Post.push name: 'Mark OP Quotes' diff --git a/src/Quotelinks/QuoteYou.coffee b/src/Quotelinks/QuoteYou.coffee index e0d9836b8c..a3bea12f5c 100644 --- a/src/Quotelinks/QuoteYou.coffee +++ b/src/Quotelinks/QuoteYou.coffee @@ -22,9 +22,8 @@ QuoteYou = if Conf['Comment Expansion'] ExpandComment.callbacks.push @node - # \u00A0 is nbsp @mark = $.el 'span', - textContent: '\u00A0(You)' + textContent: ' (You)' className: 'qmark-you' Callbacks.Post.push name: 'Mark Quotes of You' diff --git a/src/classes/Post.coffee b/src/classes/Post.coffee index 8551aa718a..2b0b6d34da 100644 --- a/src/classes/Post.coffee +++ b/src/classes/Post.coffee @@ -209,9 +209,8 @@ class Post file @deadMark = - # \u00A0 is nbsp $.el 'span', - textContent: '\u00A0(Dead)' + textContent: ' (Dead)' className: 'qmark-dead' kill: (file, index=0) ->