Yes, I am pedantic, but the strangely colored output of the !city command always irritated me. The following line is missing a <font> tag. Or it has a </font> too many:$state .= $ttchange ? " It will be possible to <font color=#ffff00>" . $status2 . "</font> it in " . $avilmin . "</font> minutes and <font color=#ffff00>" . $avilsec . "</font> seconds. " : "";
Going with the way the rest of the line is formatted, I guess it should rather look like this:$state .= $ttchange ? " It will be possible to <font color=#ffff00>" . $status2 . "</font> it in <font color=#ffff00>" . $avilmin . "</font> minutes and <font color=#ffff00>" . $avilsec . "</font> seconds. " : "";
That is for the out-of-the-box 0.2.10 module. That's it. Nothing to see here. Move on, citizen!