Fix typo and remove spurious quotes

This commit is contained in:
Florine W. Dekker 2023-10-30 17:29:08 +01:00
parent da06dba872
commit d370323c01
No known key found for this signature in database
GPG key ID: D3DCFAA8A4560BE0
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.93.04"; // generator version, update each time
const version = "1.93.05"; // generator version, update each time
{
document.title += " v" + version;