1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00
This commit is contained in:
Lu Wang 2012-09-07 00:04:22 +08:00
parent d1d51787a8
commit ab9dd287e6

View File

@ -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));
}