diff options
| author | hallgren <hallgren@chalmers.se> | 2012-10-02 13:57:10 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-10-02 13:57:10 +0000 |
| commit | 38f899350a74a404b7e987fec56ffcdde2054197 (patch) | |
| tree | 8120d73d137d027fbf476d978b74c3df7ddf2ea7 /index.html | |
| parent | 63e589372ed8575f6378e58529c00cdee6e0efde (diff) | |
index.html: change to and explicitly declare that the character encoding is UTF-8
...to avoid complaints from HTML validators and potential problems in browsers
with different default character encodings.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html index 3d1ca1c9d..316d13264 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ <HTML> <HEAD> <TITLE>GF - Grammatical Framework</TITLE> +<meta charset="UTF-8"> <link rel=stylesheet href="css/style.css"> <meta name = "viewport" content = "width = device-width"> <script type="text/javascript"> @@ -239,7 +240,7 @@ support for an increasing number of languages, currently including <LI>Latin (fragments) <LI>Latvian <LI>Nepali -<LI>Norwegian bokmål +<LI>Norwegian bokmÃ¥l <LI>Persian <LI>Polish <li>Punjabi |
