Strange < in top of webpage

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 19, 2013 4:09 pm
Reply with quote
Report this post
Hello,

I am using gamenews for a testtemplate and I have a strange error. It shows a
Code: Select all
<
on top of the template. Even after removing the template and all the files and installing it again.

Strangesign.jpg


Firebug tells me this:
Code: Select all
<body data-bg="2" data-mobile-width="580" data-tablet-width="840">
<
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible">


I cannot find these settings in the template, the JSON file or in the database, so I don't know how to change it. Also the background images doesn't work in Internet Explorer, unless I put in the full path.

Any idea for a solution for my < ?

Website is offline, so I cannot show it.
User avatar
Gold Boarder

Konrad M
Tue Feb 19, 2013 4:23 pm
Reply with quote
Report this post
Hi,
please go to layouts/deafult.php and find:
Code: Select all
<<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />

and change it to:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
User avatar

GK User
Thu Mar 28, 2013 3:13 pm
Reply with quote
Report this post
Konrad M wrote:Hi,
please go to layouts/deafult.php and find:
Code: Select all
<<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />

and change it to:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />


Great, that did it! Strange I couldn't find it with Firebug. Also strange that I didn't receive a mail about this reply. Thanks anyway!
User avatar
Gold Boarder


cron