You are not logged in.

HelpLess

Trainee

  • "HelpLess" started this thread

Posts: 104

Community:

Location: Confoederatio Helvetica

  • Send private message

1

Wednesday, August 24th 2011, 8:13pm

Player Info Meta Tags -> xhtml

The new "Player Info"-Meta Tags aren't xhtml compatible:

Quoted

<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. :-)

2

Thursday, August 25th 2011, 2:33pm

you mean there is a / missing on each line to end the tag?

  • "Toxicterror" is male

Posts: 131

Community:

Location: Switzerland

  • Send private message

3

Thursday, August 25th 2011, 3:57pm

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" />

Omar Hawk

OGame.Tech, Tools&Skins, IdeasPlanet

  • "Omar Hawk" is male

Posts: 196

Community:

  • Send private message

4

Sunday, April 8th 2012, 1:19am

Should have been fixed long time ago. :P