Issue #12421: tidy should also check .html files

This commit is contained in:
Simon Martin 2016-07-23 15:29:46 +02:00
parent 5e83b3f83b
commit 1e60c915f9
85 changed files with 696 additions and 691 deletions

View file

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard Page</title>
<meta charset="UTF-8">
<title>Dashboard Page</title>
</head>
<body>
<div>
@ -11,4 +11,4 @@
<a href="http://github.com/servo/servo">Servo Project</a>
</div>
</body>
</html>
</html>

View file

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Servo Browser Engine</title>
<meta charset="UTF-8">
<title>Servo Browser Engine</title>
</head>
<body>
<div>
<a href="http://github.com/servo/servo">Servo Project</a>
</div>
</body>
</html>
</html>

View file

@ -48,4 +48,4 @@
</script>
</body>
</html>
</html>

View file

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Profile Page</title>
<meta charset="UTF-8">
<title>Profile Page</title>
</head>
<body>
<div>
@ -11,4 +11,4 @@
<a href="http://github.com/servo/servo">Servo Project</a>
</div>
</body>
</html>
</html>