diff options
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" /> |