|
|
|
#1 | |
|
I changed my title
Last Online: 07-28-2012 07:04 AM
Join Date: Jun 2006
Posts: 653
|
Hello,
I'm having issues viewing comments in the Pahelika review: http://www.adventuregamers.com/article/id,1016. I'm using Internet Explorer 7. The comments work in Firefox, and I've managed to make them work once in IE7 (out of three attempts). What happens is that I'm getting only this line: Quote:
Thanks. |
|
|
|
|
|
#3 | |
|
Game Creator Hobbyist
Last Online: 05-21-2012 02:18 PM
Join Date: Nov 2003
Location: Stockholm (or Gotland)
Posts: 2,609
![]() |
Quote:
![]() On a more serious note, I'd agree with Shany's assumption on what's going on: It's the "ö" that mess things up. And somewhere along the line, it's already messed up before it reaches the browser: Both Safari (v3 Mac and v4 beta Win) and Opera show the symbol for a missing character. I also note that under "latest comments", it shows that a comment is made by oerhört, even in IE, so if you can get the username to show the same as in other places of the site, I'm guessing that will fix the problem. (Or you could do a quick-n-dirty fix and strip out all non-English characters from usernames when displaying the comment list.)
__________________
Play my game: Frasse and the Peas of Kejick. The Special Edition is now available! (Mac OS X or Windows.) |
|
|
|
|
|
#5 |
|
Game Creator Hobbyist
Last Online: 05-21-2012 02:18 PM
Join Date: Nov 2003
Location: Stockholm (or Gotland)
Posts: 2,609
![]() |
I'd start by comparing the code fetching the username with how it does it elsewhere and find what's different.
__________________
Play my game: Frasse and the Peas of Kejick. The Special Edition is now available! (Mac OS X or Windows.) |
|
|
|
|
#8 |
|
Friendly Server Admin
Join Date: Sep 2003
Location: Marin County, CA
Posts: 4,087
|
I haven't touched the site in ages, so I'm not speaking for sure, but I can pretty much promise you that the website proper isn't xhtml, so it wouldn't be correct to use the xhtml dtd.
The trailing / is part of the XML spec (and therefore the xhtml spec) and means that the tag is self-closing (i.e. has no </meta>). It's not actually required by html4 and doesn't have anything to do with a line being ignored. |
|
|