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/txt_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/txt_base_top.html')
-rw-r--r-- | cgi/templates/txt_base_top.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cgi/templates/txt_base_top.html b/cgi/templates/txt_base_top.html index 84dc320..41ce920 100644 --- a/cgi/templates/txt_base_top.html +++ b/cgi/templates/txt_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 replythread and threads: ?> <title>#{threads[0]['subject']} - #{board_name}@Bienvenido a Internet BBS</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"> <?py if replythread and threads: ?> <meta property="og:site_name" content="Bienvenido a Internet BBS" /> <meta property="twitter:site" content="Bienvenido a Internet BBS" /> |