mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
old DOCTYPE updated and errors fixing
This commit is contained in:
parent
45efb00767
commit
c6614b71fe
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 4.0//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<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>
|
||||
161 Glossary of names
|
||||
</title>
|
||||
|
@ -73,7 +73,7 @@ def collapse(m):
|
||||
#output = re.sub(r'(<td></td>)+',collapse, output)
|
||||
|
||||
print """
|
||||
<!DOCTYPE">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
Loading…
Reference in New Issue
Block a user