Just a few minor nitpicky things that can probably be called 'low priority'. :)
On the character management page (http://cit.cohtitan.com/manage)
s/Bage Checklist/Badge Checklist/
s/1 days offline/1 day offline/
s/Online! days offline/Online!/
s/Today! days offline/Today!/
Cheers,
--Blargeth
Pardon my confusion but, is this the only thing you are seeing on that Page or is it just a sort of duplication thing that you are seeing, but everything else is still there?
That's a string replacement function he's listed out
for example: s/Bage Checklist/Badge Checklist/
s = 'search'
/Bage Checklist = the string we're hunting for
/Badge Checklist = what we want to replace it with
</nerd>
Whenever I see s/, I think Strikethrough....>_<
Alrighty then!