Index: trunk/tools/web-scripts/missing.php |
— | — | @@ -121,15 +121,17 @@ |
122 | 122 | header( 'Content-Type: text/html; charset=utf-8'); |
123 | 123 | |
124 | 124 | echo <<< EOT |
125 | | -<html> |
| 125 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
126 | 126 | |
| 127 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> |
| 128 | + |
127 | 129 | <head> |
128 | 130 | |
129 | 131 | <title>$language $project does not exist</title> |
130 | 132 | |
131 | | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 133 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
132 | 134 | |
133 | | -<link rel="shortcut icon" href="$home/favicon.ico"> |
| 135 | +<link rel="shortcut icon" href="$home/favicon.ico" /> |
134 | 136 | |
135 | 137 | <style type="text/css"> |
136 | 138 | /* <![CDATA[ */ |