Page 1 of 1

Some HTML improvements

Posted: Wed Feb 08, 2012 10:43 pm
by QwertyManiac
Some parts in the [a-z].php html are partially non-standard (compared to most other entries):

CAPTAIN AMERICA III/JEFF MACE - The bold tag is outside the span tag, while the regular way is to add the bold inside the span tag.

ERIK - Same problem as above.

ERISHKIGEL - Should be …GAL. Also has same problem as the above two.

====

GREENWICH_GUARDIAN_II - Uses a "char" class span for the name part, but other characters who link instead of describe do not use spans.

KING_COBRA - Same issue as above.

====

MAD_JUGGLER - Has a "char" span for character name, but no "chron" span for the chronology that follows it.

PROTECTOR - Same issue as above.

====

If a patch helps, you can find it with all above fixes made at http://pastebin.com/DtXPWFa6 (Apply at root of website as "patch -p1 < file" (Not p0 patch, sorry))

Let me know if you need anything else! And thanks a ton for maintaining the MCP! :)

Re: Some HTML improvements

Posted: Wed Feb 08, 2012 11:22 pm
by QwertyManiac
Also adding that "JANN_OF_THE_JUNGLE" didn't close the bold tag so it became a <bjann> tag. Invalid and wouldn't appear as a result.

Updated patch at http://pastebin.com/zH7GuNiz

Re: Some HTML improvements

Posted: Wed Feb 08, 2012 11:36 pm
by QwertyManiac
Diffs of the crawled webpages obviously would not help your PHP program (And would not apply) but at least you can notice the HTML fixes looking at it I hope.

Re: Some HTML improvements

Posted: Thu Feb 09, 2012 9:36 pm
by Russ Chappell
Thanks.