basic profile edit page, not working yet
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ class Widget
|
||||
|
||||
// add a compiled list of styles
|
||||
if (!empty($this->styleArray)) {
|
||||
$attribs_s .= 'style="'.trim(e(array_reduce(array_keys($this->styleArray), function ($carry, $key) {
|
||||
$attribs_s .= ' style="'.trim(e(array_reduce(array_keys($this->styleArray), function ($carry, $key) {
|
||||
return $carry . $key . ': ' . $this->styleArray[$key] . '; ';
|
||||
}, ''))).'"';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user