diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-02-15 23:25:11 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-02-15 23:25:11 +0100 |
commit | ff62eabe7e4045721c8a22fb0d0ab75dc85cdb06 (patch) | |
tree | 8695020bdfe82336621f63388e7e5d013e3910ef /src/cssparser.cc | |
parent | 3522873f95597519d8bccc6e4f3e0c5c6ae7d119 (diff) | |
parent | 19bbac8e6415edd96035c4a5cd052f3701f9657a (diff) |
merge
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r-- | src/cssparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc index be5032d6..fcff7688 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -716,7 +716,7 @@ bool CssParser::tokenMatchesProperty(CssPropertyName prop, CssValueType *type) dStrAsciiCasecmp(tval, "right") == 0 || dStrAsciiCasecmp(tval, "top") == 0 || dStrAsciiCasecmp(tval, "bottom") == 0)) - return true; + return true; // Fall Through (lenght and percentage) case CSS_TYPE_LENGTH_PERCENTAGE: case CSS_TYPE_LENGTH_PERCENTAGE_NUMBER: |