diff options
Diffstat (limited to 'cgi/templates/report.html')
-rw-r--r-- | cgi/templates/report.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cgi/templates/report.html b/cgi/templates/report.html index d37ca6d..14efc03 100644 --- a/cgi/templates/report.html +++ b/cgi/templates/report.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 finished: ?><title>Post denunciado</title> <?py else: ?><title>Denunciar post ${postshow}</title> @@ -26,4 +25,4 @@ input{border:1px solid #BBB;width:100%} .long{display:block}</style> <hr /><a href="mailto:burocracia@bienvenidoainternet.org" class="long">Contacto</a><hr /> <?py #endif ?> </body> -</html>
\ No newline at end of file +</html> |