appending to an attribute must quote the +
This commit is contained in:
parent
3b0e89341d
commit
87c00d41c1
8 changed files with 13 additions and 7 deletions
|
|
@ -97,7 +97,7 @@ property mimeType => (
|
|||
fieldType => 'mimeType',
|
||||
default => 'text/html',
|
||||
);
|
||||
has +uiLevel => (
|
||||
has '+uiLevel' => (
|
||||
default => 5,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue