From bbbd2a3bb1d7c4d08b9e6be86a5dab2ca06a1c48 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Tue, 13 Sep 2016 01:01:48 -0400 Subject: [PATCH] Fix lang="en" misplacement, as per w3 specifications --- chapter02/chapter02-project01.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter02/chapter02-project01.html b/chapter02/chapter02-project01.html index 77a75cb..b533dc0 100644 --- a/chapter02/chapter02-project01.html +++ b/chapter02/chapter02-project01.html @@ -1,6 +1,6 @@ <!DOCTYPE html> -<html> -<head lang="en"> +<html lang="en"> +<head> <meta charset="utf-8"> <title>Share Your Travels -- New York - Central Park</title> </head> -- GitLab