Use the HTML5 doctype and specify the character set explicitly

This commit is contained in:
Grant Slater 2012-09-12 13:44:25 +02:00 committed by Tom Hughes
parent f954dd9e86
commit 6c8845d62f

View file

@ -1,6 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>OpenStreetMap Embedded</title>
<style type="text/css">
html {