diff --git a/share/neck.html b/share/neck.html index 030d128..fadb9ea 100644 --- a/share/neck.html +++ b/share/neck.html @@ -27,7 +27,7 @@ function show_pages() var n = document.createElement("style"); n.type = "text/css"; if (n.styleSheet) { - n.styleSheet.cssText = s + n.styleSheet.cssText = s; } else { n.appendChild(document.createTextNode(s)); }