A HTML element was defined twice.
<head> <title>title</title> <title>another title</title> </head>
<head> <title>title</title> </head>
Erase the superfluous element.