I believe it is being caused by <head>
closing itself with the /
. For example you can self close <img/>
but you can't self close a <div>
. Angular added these errors in a recent release. Here's the spec for void elements: http://www.w3.org/TR/html5/syntax.html#void-elements
↧
Strange deployment error
↧