diff --git a/core/modules/widgets/fieldlist.js b/core/modules/widgets/fieldlist.js index eea73abec..0995c0e53 100644 --- a/core/modules/widgets/fieldlist.js +++ b/core/modules/widgets/fieldlist.js @@ -36,7 +36,7 @@ FieldListWidget.prototype.generate = function() { // Set the element this.tag = "div"; this.attributes = { - "class": "tw-fields" + "class": "tw-fieldlist" }; // Set up the attributes for the wrapper element var classes = [];