Created
January 24, 2012 12:20
-
-
Save dietmarw/1669966 to your computer and use it in GitHub Desktop.
Original file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
<html lang="en"> | |
<head> | |
<meta name="generator" content= | |
"HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org"> | |
<meta http-equiv="Content-Type" content= | |
"text/html; charset=us-ascii"> | |
<title>Test Case</title> | |
</head> | |
<body> | |
<p>Foo</p> | |
<img alt="foo" src="http://example.org/img.png"> | |
<p>bar</p> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
<html lang="en"> | |
<head> | |
<meta name="generator" content= | |
"HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org"> | |
<meta http-equiv="Content-Type" content= | |
"text/html; charset=us-ascii"> | |
<title>Test Case</title> | |
</head> | |
<body> | |
<p>Foo</p> | |
<img alt="foo" src="http://example.org/img.png"> | |
<p>bar</p> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>Test Case</title> | |
</head> | |
<body> | |
<p>Foo</p> | |
<img alt="foo" src="http://example.org/img.png"> | |
<p>bar</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment