Another UTF fix
This commit is contained in:
@@ -248,7 +248,7 @@ function makeTable(UTC, UTCstr) {
|
|||||||
return fulltable;
|
return fulltable;
|
||||||
}
|
}
|
||||||
|
|
||||||
var defaultTable = makeTable(0, "UTC−0");
|
var defaultTable = makeTable(0, "UTC-0");
|
||||||
document.getElementById("soltable").innerHTML = defaultTable;
|
document.getElementById("soltable").innerHTML = defaultTable;
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user