Closed (won't fix)
Project:
CTI Flex
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2011 at 09:58 UTC
Updated:
25 Jun 2014 at 13:27 UTC
Jump to comment: Most recent
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
Comment #1
ajross commentedI'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.
Comment #2
ajross commentedThe D6 version is no longer being updated.