Fix typo and remove spurious quotes (#1007)

This commit is contained in:
Florine W. Dekker 2023-10-30 17:40:33 +01:00 committed by GitHub
parent da06dba872
commit cda8dd8941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;