forked from GNUsocial/gnu-social
Uppercase hex color values
This commit is contained in:
parent
ac3cccefb5
commit
af4b18b1e2
@ -164,7 +164,7 @@ class WebColor {
|
|||||||
$hexcolor .= (strlen(dechex($this->blue)) < 2 ? '0' : '') .
|
$hexcolor .= (strlen(dechex($this->blue)) < 2 ? '0' : '') .
|
||||||
dechex($this->blue);
|
dechex($this->blue);
|
||||||
|
|
||||||
return $hexcolor;
|
return strtoupper($hexcolor);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user