diff --git a/4chan_x.user.js b/4chan_x.user.js
index e8016fb14..77985dc8c 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -1423,7 +1423,7 @@
QR.qr = qr = ui.dialog('qr', {
top: '0',
left: '0'
- }, " X
");
+ }, " X
");
c = d.cookie;
$('[name=name]', qr).value = (m = c.match(/4chan_name=([^;]+)/)) ? decodeURIComponent(m[1]) : '';
$('[name=email]', qr).value = (m = c.match(/4chan_email=([^;]+)/)) ? decodeURIComponent(m[1]) : '';
diff --git a/script.coffee b/script.coffee
index 8f82d4ca2..d9645b4da 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1098,7 +1098,7 @@ QR =
#{QR.spoiler}
- Derp
+
"
#$.bind $('#attach', qr), 'click', QR.attach