Cause there is a missing condition, if colors are set the following code:

    $vars['custom_colors']= "<style type=\"text/css\">\n";
// ....
    $vars['custom_colors'] .= "</style>";

generates an empty css-Tag for style, which isn't html valid

Comments

ajross’s picture

I've been aware of this problem for a little bit, but have been busy working on building the D7 version. Of note, things are structured differently in that version and this will not be an issue there. I will address this in my next D6 release of the theme, as soon as I have time. Thanks for bringing this up, and I apologize for the delay in addressing it.

ajross’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

The D6 version is no longer being updated.