Kaydet (Commit) 2e3969cb authored tarafından Andras Timar's avatar Andras Timar

fdo#75040 fix application of help's stylesheet

it was regression from 73e3aafa

Change-Id: I059f08b12bb7847472946f3b2a669015ec437be5
üst 5a6c33bd
...@@ -642,7 +642,7 @@ static CSS1SelectorType GetTokenAndClass( const CSS1Selector *pSelector, ...@@ -642,7 +642,7 @@ static CSS1SelectorType GetTokenAndClass( const CSS1Selector *pSelector,
} }
} }
rToken = rToken.toAsciiUpperCase(); rToken = rToken.toAsciiLowerCase();
return eType; return eType;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment