Fix travis errors
This commit is contained in:
parent
74c8754092
commit
ccebb8d1a7
@ -8131,4 +8131,3 @@ function dolGetButtonAction($label, $html = '', $actionType = 'default', $url =
|
|||||||
|
|
||||||
return '<div class="inline-block divButAction"><'.$tag.' '.$compiledAttributes.'>'.$html.'</'.$tag.'></div>';
|
return '<div class="inline-block divButAction"><'.$tag.' '.$compiledAttributes.'>'.$html.'</'.$tag.'></div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2272,7 +2272,7 @@ function colorLighten($hex, $percent)
|
|||||||
/**
|
/**
|
||||||
* @param string $hex color in hex
|
* @param string $hex color in hex
|
||||||
* @param float $alpha 0 to 1
|
* @param float $alpha 0 to 1
|
||||||
* @param bool $returnArray
|
* @param bool $returnArray set to 1 to return an array instead of string
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
function colorHexToRgb($hex, $alpha = false, $returnArray = false)
|
function colorHexToRgb($hex, $alpha = false, $returnArray = false)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user