1
0
Fork 0

Another UTF fix

Esse commit está contido em:
zlaxy 2017-05-03 13:29:53 +03:00
commit c44a50fe12
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -248,7 +248,7 @@ function makeTable(UTC, UTCstr) {
return fulltable;
}
var defaultTable = makeTable(0, "UTC0");
var defaultTable = makeTable(0, "UTC-0");
document.getElementById("soltable").innerHTML = defaultTable;
</script>