From b0e001415425cfad3eb96e569bdc70f11ccac9fe Mon Sep 17 00:00:00 2001 From: James Campos Date: Tue, 12 Jun 2012 11:12:45 -0700 Subject: [PATCH] update comment --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index e35f484b5..d9fee1ed5 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4742,7 +4742,7 @@ div.opContainer {\ text-decoration: none;\ border-bottom: 1px dashed;\ }\ -/* \u00A0 is nbsp */\ +/* \\00A0 is nbsp */\ .delete_button::before {\ content: "[\\00a0"\ }\ diff --git a/script.coffee b/script.coffee index f2b0ab77d..eedd97457 100644 --- a/script.coffee +++ b/script.coffee @@ -3696,7 +3696,7 @@ div.opContainer { text-decoration: none; border-bottom: 1px dashed; } -/* \u00A0 is nbsp */ +/* \\00A0 is nbsp */ .delete_button::before { content: "[\\00a0" }