No, I'm just getting started now for a "break" game I'll be running during the summer. I need to get my head out of a Savage Cthulhu game I've been working on for months so 7W is my candy snack.
I think I figured out the cause. Maricelle's Note's field in the db.xml is:
<notes type="formattedtext">
Everyone else's is listed as
<notes type="string">
Since Notes doesn't allow for formatted text, I assume that's the problem.
Update:
I changed the notes type in my db.xml to string and it's working like a charm now.

