diff options
Diffstat (limited to 'web/page.html')
| -rw-r--r-- | web/page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/page.html b/web/page.html index 8999af9..ee36fb2 100644 --- a/web/page.html +++ b/web/page.html | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <?xml version="1.0" encoding="{{ __encoding__ }}"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
| 3 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | 3 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
| 4 | 4 | ||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | <head> | 7 | <head> |
| 8 | <title>Monitoring Plugins - {{ hx(page.title) }}</title> | 8 | <title>Monitoring Plugins - {{ hx(page.title) }}</title> |
| 9 | <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" /> | 9 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 10 | <meta name="description" content="{{ hx(page.description) }}" /> | 10 | <meta name="description" content="{{ hx(page.description) }}" /> |
| 11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> | 11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> |
| 12 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 12 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
