Fix charset error in 295

This commit is contained in:
Expo on server 2020-06-09 12:34:13 +01:00
parent 6678c102c3
commit e2ebce749c

View File

@ -3,7 +3,7 @@
<!-- If you edit this file, make sure it is uploaded (pushed) to the expoweb repository (entrances folder) and that you have added the cave it enters into the caves folder--> <!-- If you edit this file, make sure it is uploaded (pushed) to the expoweb repository (entrances folder) and that you have added the cave it enters into the caves folder-->
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title> <title></title>
<link rel="stylesheet" type="text/css" href="/css/main2.css" /> <link rel="stylesheet" type="text/css" href="/css/main2.css" />
</head> </head>
@ -17,7 +17,7 @@
<map_description></map_description> <map_description></map_description>
<location_description></location_description> <location_description></location_description>
<approach></approach> <approach></approach>
<underground_description>Low entrance leads to small chamber then low crawl into a larger chamber that ends in a boulder choke. A dug continuation under the right wall of the chamber breaks into roomy, walking passage which, all too soon, ends in a drafting choke that is very close to the entrance to Glücklicher Schmetterling (Happy Butterfly) cave.</underground_description> <underground_description>Low entrance leads to small chamber then low crawl into a larger chamber that ends in a boulder choke. A dug continuation under the right wall of the chamber breaks into roomy, walking passage which, all too soon, ends in a drafting choke that is very close to the entrance to Glücklicher Schmetterling (Happy Butterfly) cave.</underground_description>
<photo><p><div class="centre"></div></p></photo> <photo><p><div class="centre"></div></p></photo>
<!-- marking options: P = Paint, <!-- marking options: P = Paint,
P? = Paint (?), P? = Paint (?),
@ -47,4 +47,4 @@
<url></url> <url></url>
</entrance> </entrance>
</body> </body>
</html> </html>