diff options
author | neptune | 2022-02-21 18:56:39 -0300 |
---|---|---|
committer | neptune | 2022-02-21 18:56:39 -0300 |
commit | 8dcb65e8f3fbe519657d71037f1c367fd3d80e53 (patch) | |
tree | 442d44b331b4571a8e521a210fd13d3f3bbf3ceb /cgi/templates/base_top.html | |
parent | e11669559b14dfb14b40bb0a8cafb2f62dc268eb (diff) | |
download | weabot-8dcb65e8f3fbe519657d71037f1c367fd3d80e53.tar.gz weabot-8dcb65e8f3fbe519657d71037f1c367fd3d80e53.tar.xz weabot-8dcb65e8f3fbe519657d71037f1c367fd3d80e53.zip |
Arreglados problemas de migraciĆ³n
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" /> |