Fix a whole bunch of aspect comma/semicolon changes.
This commit is contained in:
parent
eb826c7d18
commit
dc2d086b2a
8 changed files with 20 additions and 20 deletions
|
|
@ -25,8 +25,8 @@ use WebGUI::SQL;
|
|||
use WebGUI::Utility;
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset';
|
||||
aspect tableName => 'wobject',
|
||||
aspect assetName => 'Wobject',
|
||||
aspect tableName => 'wobject';
|
||||
aspect assetName => 'Wobject';
|
||||
property description => (
|
||||
fieldType => 'HTMLArea',
|
||||
default => undef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue