Comments for episode 1360746

Go back to episode

Newer comments will be added to the bottom of the page.


AliC
Fri May 3 00:38:03 2019

Yes this episode is fucked, and yes, Adama is going to fix it. I did a dumb with the coding. Pls don't @ me.


AliC
Fri May 3 00:39:44 2019

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.


Adama
Fri May 3 01:23:42 2019

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; (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.