diff options
author | expo <expo@expobox.potato.hut> | 2015-06-21 15:11:51 +0100 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2015-06-21 15:11:51 +0100 |
commit | 45fd219bc6c3b0a2a88a2d4bf540ad83adfb4449 (patch) | |
tree | 3f631c8e5c19d1cdbc84125dfc1fe0369646166d /templates/dataformat | |
parent | 087a02838877b34cc9deb368412567b92bd742b8 (diff) | |
download | troggle-45fd219bc6c3b0a2a88a2d4bf540ad83adfb4449.tar.gz troggle-45fd219bc6c3b0a2a88a2d4bf540ad83adfb4449.tar.bz2 troggle-45fd219bc6c3b0a2a88a2d4bf540ad83adfb4449.zip |
Added warnings that the database will need updating is cave or entrance data files are modified
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/cave.xml | 1 | ||||
-rw-r--r-- | templates/dataformat/entrance.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/dataformat/cave.xml b/templates/dataformat/cave.xml index f0894d4..02aea31 100644 --- a/templates/dataformat/cave.xml +++ b/templates/dataformat/cave.xml @@ -1,5 +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 --> <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 bdf63ac..29ff1e8 100644 --- a/templates/dataformat/entrance.xml +++ b/templates/dataformat/entrance.xml @@ -1,5 +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 --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |