Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
There are changes in beta 6 to help account for some of the bigger sites on the internet that do weird things, though it has caught this case. Here, they actually have broken HTML. Their head tag is just this:[code]<head> <title>[TUT]Building your weapon - Fan Creations and Tutorials - World War 3 Official Forum</title></head>[/code]The rest of the stuff that should be in that tag is actually been the </head> and the <body>.This actually seems to cause a fatal error in validators, which should give you an idea of how wrong it's considered to be.I'm not sure if we'd want to make any changes here to account for this, or just accept it as a problem with the target site. We can still pull the title, for example.
There are changes in beta 6 to help account for some of the bigger sites on the internet that do weird things, though it has caught this case. Here, they actually have broken HTML. Their head tag is just this:
[code]
<head>
<title>[TUT]Building your weapon - Fan Creations and Tutorials - World War 3 Official Forum</title></head>
[/code]
The rest of the stuff that should be in that tag is actually been the </head> and the <body>.
</head>
<body>
This actually seems to cause a fatal error in validators, which should give you an idea of how wrong it's considered to be.
I'm not sure if we'd want to make any changes here to account for this, or just accept it as a problem with the target site. We can still pull the title, for example.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences