diff options
author | Wookey <wookey@wookware.org> | 2016-01-27 04:24:44 +0000 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2016-01-27 04:24:44 +0000 |
commit | b63ac244681f6e89d13e181bc728e12d9332e2a2 (patch) | |
tree | 2d99cb848e9b0cbdc1238a004814497362e84cf3 | |
parent | ad640eb70aeff47873c24e867a231d047ba1fb09 (diff) | |
download | troggle-b63ac244681f6e89d13e181bc728e12d9332e2a2.tar.gz troggle-b63ac244681f6e89d13e181bc728e12d9332e2a2.tar.bz2 troggle-b63ac244681f6e89d13e181bc728e12d9332e2a2.zip |
Correct typo on cave and entrance template files
('If you edit this 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 02aea31..19bc8a7 100644 --- a/templates/dataformat/cave.xml +++ b/templates/dataformat/cave.xml @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!-- Only put one cave in this file --> -<!-- If you edit this files, make sure you update the websites database --> +<!-- If you edit this file, make sure you update the websites database --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> diff --git a/templates/dataformat/entrance.xml b/templates/dataformat/entrance.xml index 29ff1e8..3ae5224 100644 --- a/templates/dataformat/entrance.xml +++ b/templates/dataformat/entrance.xml @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!-- Only put one entrance in this file --> -<!-- If you edit this files, make sure you update the websites database --> +<!-- If you edit this file, make sure you update the websites database --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |