old DOCTYPE updated and errors fixing

This commit is contained in:
2020-02-07 22:47:06 +00:00
parent 45efb00767
commit c6614b71fe
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 4.0//EN"> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> <title>
161 Glossary of names 161 Glossary of names
</title> </title>

View File

@@ -73,7 +73,7 @@ def collapse(m):
#output = re.sub(r'(<td></td>)+',collapse, output) #output = re.sub(r'(<td></td>)+',collapse, output)
print """ print """
<!DOCTYPE"> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@@ -1,4 +1,4 @@
<!DOCTYPE"> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@@ -1,4 +1,4 @@
<!DOCTYPE"> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />