I installed 9.4 for the first time. I have to say, I like it. (so far)

it's cleaner and HOPEFULLY leaner.

first thing.

go into the template and change the meta tags to be self closing

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="">
<meta name="keywords" content="">

change to

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />


if you do a find and replace for the whole solution, you will find 18 occurrences. Not a big deal, but it fails validation without this change.

Anyone else have anything?