mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-02 22:33:36 +01:00
Merge remote-tracking branch 'upstream/develop' into 13a11
This commit is contained in:
@@ -750,7 +750,7 @@ class Lessc {
|
||||
if ($suffix !== null &&
|
||||
$subProp[0] == "assign" &&
|
||||
is_string($subProp[1]) &&
|
||||
$subProp[1]{0} != $this->vPrefix
|
||||
$subProp[1][0] != $this->vPrefix
|
||||
) {
|
||||
$subProp[2] = array(
|
||||
'list', ' ',
|
||||
|
||||
Reference in New Issue
Block a user