From ab9dd287e6d770c6a87aeae11d5ddaa010cf8486 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 7 Sep 2012 00:04:22 +0800 Subject: [PATCH] .. --- share/neck.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }