Newer comments will be added to the bottom of the page.
Yes this episode is fucked, and yes, Adama is going to fix it. I did a dumb with the coding. Pls don't @ me.
Basically I put all of Jodi's dialogue between less than greater than signs, which made it all disappear. I also apparently forgot to close off an italic in there somewhere, so that's a party.
I promise it'll all makes sense once the admin unfucks it.
Fixed.
Your problem is that when you have a < followed by a letter, your browser tries to interpret that as an HTML tag first. And under most circumstances, that results in the whole text between the brackets being made invisible.
You had a few lines that started with <I - such as "<I take it". The browser tried to interpret that as a <i> tag, and turned on italics.
To avoid this next time, you need to use < (lt=less than, and the semicolon is important!) instead of < in your text, and it won't happen. You can do a View Page Source on your episode now to see what I mean, by finding the fixes I made.