Skip to content

Instantly share code, notes, and snippets.

@dietmarw
Created January 24, 2012 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dietmarw/1669966 to your computer and use it in GitHub Desktop.
Save dietmarw/1669966 to your computer and use it in GitHub Desktop.
Original file
<!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>
<!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>
<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