mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-05-07 05:05:54 +02:00
fixes
This commit is contained in:
@@ -680,7 +680,10 @@ function kleeja_style_info($style_name)
|
||||
}
|
||||
else
|
||||
{
|
||||
$inf_r[$t[0]] = $t[1];
|
||||
if (! empty($t[0]))
|
||||
{
|
||||
$inf_r[$t[0]] = empty($t[1]) ? '' : $t[1];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user