diff --git a/4chan_x.user.js b/4chan_x.user.js
index 8501a8368..be9c177ec 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -3542,7 +3542,7 @@
pi = $.el('div', {
id: "pi" + postID,
className: 'postInfo desktop',
- innerHTML: " data.fourchan_date No." + postID + "" + (isOP ? ' ' : '') + " "
+ innerHTML: " data.fourchan_date No." + postID + "" + (isOP ? ' ' : '') + " "
});
$('.subject', pi).textContent = subject;
nameBlock = $('.nameBlock', pi);
diff --git a/script.coffee b/script.coffee
index ff34ab713..b1a879bef 100644
--- a/script.coffee
+++ b/script.coffee
@@ -2797,7 +2797,7 @@ Get =
pi = $.el 'div',
id: "pi#{postID}"
className: 'postInfo desktop'
- innerHTML: " data.fourchan_date No.#{postID}#{if isOP then ' ' else ''} "
+ innerHTML: " data.fourchan_date No.#{postID}#{if isOP then ' ' else ''} "
# subject
$('.subject', pi).textContent = subject
nameBlock = $ '.nameBlock', pi