diff --git a/editions/tw5.com/tiddlers/widgets/FieldManglerWidget.tid b/editions/tw5.com/tiddlers/widgets/FieldManglerWidget.tid index 38bb7b46a..e11ee0fc9 100644 --- a/editions/tw5.com/tiddlers/widgets/FieldManglerWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/FieldManglerWidget.tid @@ -9,7 +9,7 @@ tags: widget The field manager widget manipulates the fields and tags of a tiddler. It does so in response to the following WidgetMessages: -|!Message |!Description +|!Message |!Description | |''tw-remove-field'' |Remove the field specified in `event.param` | |''tw-add-field'' |Add the field specified in `event.param` | |''tw-remove-tag'' |Remove the tag specified in `event.param` |