From 34fedff73024b3b8d0f676f2a5df7c1b2184beb1 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 19 Sep 2009 01:37:06 +0000 Subject: [PATCH] * fixed wrong colors used when from css git-svn-id: trunk@21762 - --- components/turbopower_ipro/ipcss.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/turbopower_ipro/ipcss.inc b/components/turbopower_ipro/ipcss.inc index 629a214626..9d3c30c047 100644 --- a/components/turbopower_ipro/ipcss.inc +++ b/components/turbopower_ipro/ipcss.inc @@ -169,7 +169,7 @@ begin Result := -1; if S = '' then Exit; - S := UpperCase(S); + S := UpperCase(Trim(S)); if S[1] = '#' then if length(S) <> 7 then exit