mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Merged revisions 71443 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71443 | georg.brandl | 2009-04-10 10:20:23 +0200 (Fr, 10 Apr 2009) | 1 line #5698: Fix casing of !DOCTYPE to conform to W3C specs. ........
This commit is contained in:
		
							parent
							
								
									c4f8b24560
								
							
						
					
					
						commit
						e606694f02
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -415,7 +415,7 @@ class HTMLDoc(Doc):
 | 
			
		|||
    def page(self, title, contents):
 | 
			
		||||
        """Format an HTML page."""
 | 
			
		||||
        return '''
 | 
			
		||||
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 | 
			
		||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 | 
			
		||||
<html><head><title>Python: %s</title>
 | 
			
		||||
</head><body bgcolor="#f0f0f8">
 | 
			
		||||
%s
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue