We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f386e7f commit 2c8ff6bCopy full SHA for 2c8ff6b
admin/translation-status/index.html
@@ -1,6 +1,3 @@
1
----
2
3
-
4
<!DOCTYPE html>
5
<html lang="en">
6
<head>
@@ -40,7 +37,7 @@ <h1>News Post Translation Status</h1>
40
37
var code = window.navigator.language || window.navigator.userLanguage || "en";
41
38
if (code.substr(0,2) !== "zh") { code = code.substr(0,2); }
42
39
var language = code.replace(/-/g,'_').toLowerCase();
43
- document.write('<style type="text/css">.'+language+'{background-color:lightgray}</style>');
+ document.write('<style type="text/css">.'+language+'{background-color:lightgray}<\/style>');
44
</script>
45
</body>
46
</html>
0 commit comments