A second instance of an HTML element which should only appear once has been found. The only elements this affects are <html>, <head>, <title> and <body>.
<head> <title>title</title> <title>another title</title> </head>
<head> <title>title</title> </head>
Remove the superfluous element.