diff --git a/src/features.coffee b/src/features.coffee
index cd74066e4..281031c44 100644
--- a/src/features.coffee
+++ b/src/features.coffee
@@ -602,7 +602,12 @@ Settings =
favicon: ->
Favicon.switch()
Unread.update() if g.VIEW is 'thread' and Conf['Unread Tab Icon']
- @nextElementSibling.innerHTML = "
"
+ @nextElementSibling.innerHTML = """
+
+
+
+
+ """
usercss: ->
if Conf['Custom CSS']
CustomCSS.update()