mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 16:38:02 +02:00
* fixed wrong colors used when from css
git-svn-id: trunk@21762 -
This commit is contained in:
parent
cc41dd2339
commit
34fedff730
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user