I think I found where the problem starts...just not sure where to kill it. My items are looking like this in the source code for the char page:
- Code: Select all
var overlib_1 = "<span style=\"color:#0070dd;font-size:12px;font-weight:bold;\">HTTP/1.1 200 OK
<\/span><br \/>Date: Tue, 07 Aug 2007 16:54:09 GMT
<br \/>Server: Apache
<br \/><span style=\"color:#00ff00;\">Set-Cookie: JSESSIONID=AB53B8894E732B24A7915E22EF29398C.app02_05; Path=/
<\/span><br \/>Content-Language: en-US
<br \/>Vary: Accept-Encoding
<br \/>Connection: close
<br \/>Content-Type: text/html;charset=UTF-8
<br \/>
<br \/><br \/><br \/>Crown of Endless Knowledge <br \/>Binds when equippedHeadCloth<br \/>114 Armor<br \/>+22 Stamina<br \/>+30 Intellect<br \/>+23 Spirit<br \/>Durability: 43 / 50Requires Level 66<br \/><span style=\"color:#00ff00;\">Equip: Increases damage and healing done by magical spells and effects by up to 36.<\/span><br \/><br \/>Source: Drop<br \/>";
That's the overlib_1 variable....so it does look like something in the parser isn't stripping out the variables correctly.
for contrast, this is what one from a working site looks like:
- Code: Select all
var overlib_1 = "<span style=\"color:#0070dd;font-size:12px;font-weight:bold;\">Overlord\'s Helmet of Second Sight <\/span><br \/>Binds when picked upHeadPlate<br \/>898 Armor<br \/>+29 Strength<br \/>+22 Stamina<br \/>+4 Spell Damage and +4 Stamina<br \/>+8 Intellect<br \/>+8 Intellect<br \/>Socket Bonus: +4 Strength<br \/>Durability: 80 / 80<br \/><span style=\"color:#00ff00;\">Equip: Improves hit rating by 13.<\/span><br \/><span style=\"color:#00ff00;\">Equip: Improves critical strike rating by 24.<\/span><br \/><span style=\"color:#00ff00;\">Equip: Allows the bearer to see into the ghost world while in Shadowmoon Valley.<\/span><br \/><br \/>Source: Quest Reward<br \/>";
and not all items are looking like that. Just the first 8 overlib variables, then 26 through 37...