Commit 1ee43a9
committed
The code in the function matches() of class css_rule in cssimport.php was changed:
It did only work by coincidence if the string '$classString' was empty.
Now it's expecting such a situation and handles it explicitly.1 parent cc1552c commit 1ee43a9
1 file changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
949 | | - | |
950 | | - | |
951 | | - | |
952 | | - | |
953 | | - | |
954 | | - | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
955 | 952 | | |
956 | 953 | | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
957 | 959 | | |
958 | 960 | | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
959 | 965 | | |
960 | 966 | | |
961 | 967 | | |
| |||
0 commit comments