diff options
Diffstat (limited to 'cgi/templates/news.html')
-rw-r--r-- | cgi/templates/news.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cgi/templates/news.html b/cgi/templates/news.html index a3e46c2..51a2401 100644 --- a/cgi/templates/news.html +++ b/cgi/templates/news.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> <title>#{header}</title> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> @@ -37,4 +36,4 @@ h1{font-size:} h2{margin:0;padding:0;font-size:20px;} h3{margin:0;margin-bottom: <a href="#{home_url}bai.html" target="_top">Volver</a> <hr /> <div class="footer">B.a.I. - 2010-2016 · Contacto: <a href="mailto:burocracia@bienvenidoainternet.org">burocracia@bienvenidoainternet.org</a></div> -</center>
\ No newline at end of file +</center> |