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