diff --git a/4chan_x.user.js b/4chan_x.user.js
index 3b66e2818..f1d010f0e 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -1224,7 +1224,7 @@
return;
}
$.event('CloseMenu');
- html = "
";
+ html = "";
Settings.dialog = overlay = $.el('div', {
id: 'overlay',
innerHTML: html
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b6819bbe5..3ae47ec46 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
1. Make sure both your **browser** and **4chan X** are up to date.
2. Disable your other extensions & scripts to identify conflicts.
-3. If your issue persists:
+3. If your issue persists, open a [new issue](https://github.com/MayhemYDG/4chan-x/issues) with the following information:
1. Report precise steps to reproduce the problem.
2. Report console errors, if any.
3. Report browser version.
diff --git a/src/features.coffee b/src/features.coffee
index 79b969a09..23f48792c 100644
--- a/src/features.coffee
+++ b/src/features.coffee
@@ -175,7 +175,7 @@ Settings =