It's the single-quote problem again. In the text Sunfleur wants displayed on top of the Countdown Timer they have a single quote. For some reason it is not being spit back properly from the board with the proper escape-code sequence. From what JC and I saw, the board stores the escaped single quote but doesn't always spit it back properly.
The way to fix this in their sig. (Sunfleur, you don't need to do anything) is where you see \' (thats a backslash and a single quote) in the text to display on top of the countdown timer, change it to \\\' (thats three backslashes and a single quote). This extra escaping of the single quote should fix Sunfleur's signature.
- Jim