diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-02-19 21:48:37 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-02-19 21:48:37 +0000 |
commit | 04fb2e870124639c6001860b667ccc0eb9ad1ef8 (patch) | |
tree | adcc2d466ce9e440632eb6223a4d605f9c5429bd | |
parent | c1439bed8de835dc5cfcd3b313941c4f253e28f5 (diff) | |
download | troggle-04fb2e870124639c6001860b667ccc0eb9ad1ef8.tar.gz troggle-04fb2e870124639c6001860b667ccc0eb9ad1ef8.tar.bz2 troggle-04fb2e870124639c6001860b667ccc0eb9ad1ef8.zip |
DOCTYPE update for template for generated files
-rw-r--r-- | templates/dataformat/cave.xml | 2 | ||||
-rw-r--r-- | templates/dataformat/entrance.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/dataformat/cave.xml b/templates/dataformat/cave.xml index 19bc8a7..20b5141 100644 --- a/templates/dataformat/cave.xml +++ b/templates/dataformat/cave.xml @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<!DOCTYPE html> <!-- Only put one cave in this file --> <!-- If you edit this file, make sure you update the websites database --> <html lang="en"> diff --git a/templates/dataformat/entrance.xml b/templates/dataformat/entrance.xml index 3ae5224..63ff427 100644 --- a/templates/dataformat/entrance.xml +++ b/templates/dataformat/entrance.xml @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<!DOCTYPE html> <!-- Only put one entrance in this file --> <!-- If you edit this file, make sure you update the websites database --> <html lang="en"> |