Dear visitor, welcome to OGame.Origin.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Player Info Meta Tags -> xhtml
The new "Player Info"-Meta Tags aren't xhtml compatible:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta name="ogame-version" content="3.0.0">
<meta name="ogame-timestamp" content="1314209283">
<meta name="ogame-universe" content="uni680.ogame.org">
<meta name="ogame-language" content="en">
<meta name="ogame-player-id" content="100147">
<meta name="ogame-player-name" content="HelpLess">
<meta name="ogame-alliance-id" content="0">
<meta name="ogame-alliance-name" content="">
<meta name="ogame-alliance-tag" content="">
<meta name="ogame-planet-id" content="33622072">
<meta name="ogame-planet-name" content="Homeworld">
<meta name="ogame-planet-coordinates" content="1:22:4">
<meta name="ogame-planet-type" content="planet">
Not urgent, but for cosmetics and validity. :-)
you mean there is a / missing on each line to end the tag?
yep...
should be
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta name="ogame-version" content="3.0.0" />
<meta name="ogame-timestamp" content="1314209283" />
<meta name="ogame-universe" content="uni680.ogame.org" />
<meta name="ogame-language" content="en" />
<meta name="ogame-player-id" content="100147" />
<meta name="ogame-player-name" content="HelpLess" />
<meta name="ogame-alliance-id" content="0" />
<meta name="ogame-alliance-name" content="" />
<meta name="ogame-alliance-tag" content="" />
<meta name="ogame-planet-id" content="33622072" />
<meta name="ogame-planet-name" content="Homeworld" />
<meta name="ogame-planet-coordinates" content="1:22:4" />
<meta name="ogame-planet-type" content="planet" />
|
Should have been fixed long time ago.