diff options
Diffstat (limited to 'cgi/templates/base_top.html')
-rw-r--r-- | cgi/templates/base_top.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html index 4c86614..a1f0431 100644 --- a/cgi/templates/base_top.html +++ b/cgi/templates/base_top.html @@ -1,6 +1,5 @@ -<!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"> +<!DOCTYPE html> +<html lang="es"> <head> <?py if 'matome' in _context: ?> <title>#{matome} - #{board_long}</title> @@ -9,7 +8,7 @@ <?py else: ?> <title>#{title}</title> <?py #endif ?> - <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" /> + <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <?py if replythread and 'threads' in _context and 'preview' in _context: ?> <meta property="og:site_name" content="Bienvenido a Internet IB" /> |