diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-07 17:00:22 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-07 17:00:22 +1100 |
commit | efc03c4724855b01422dd9164eecb20493f9cc95 (patch) | |
tree | 437dcd14fd734ad44a2686c28a495dadc1347331 | |
parent | 1b63326ebf36bdc0e431856b9482ac6f02c4daa9 (diff) |
Make default maintenance page html5
-rw-r--r-- | public/down.default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/down.default.html b/public/down.default.html index c01e8fa19..ce4887b51 100644 --- a/public/down.default.html +++ b/public/down.default.html @@ -1,6 +1,7 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!DOCTYPE html> <html lang="en-gb"> <head> + <meta charset="utf-8"> <title> WhatDoTheyKnow - make and browse Freedom of Information (FOI) requests </title> |