add clear
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ class Template extends Miniprogarampage
|
|||||||
if (empty($color)) {
|
if (empty($color)) {
|
||||||
$color = '#000';
|
$color = '#000';
|
||||||
}
|
}
|
||||||
$this->keywords['keyword' . count($this->keywords)] = [
|
$this->keywords['keyword' . (count($this->keywords) + 1)] = [
|
||||||
'value' => $context,
|
'value' => $context,
|
||||||
'color' => $color
|
'color' => $color
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user