From 2b16fa7b5ccbfb44abe66405e842de1b26206389 Mon Sep 17 00:00:00 2001 From: TonyM <31584658+AnthonyMuscio@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:26:27 +1000 Subject: [PATCH] Update GenesisWidget.tid (#7723) Add "or HTML element" to the description of "attributes not starting with $". --- editions/tw5.com/tiddlers/widgets/GenesisWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid b/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid index 83bb36e6d..695345251 100644 --- a/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid @@ -20,7 +20,7 @@ The content of the <<.wid genesis>> widget is used as the content of the dynamic |$mode |An optional override of the parsing mode. May be "inline" or "block" | |//{other attributes starting with $}// |Other attributes starting with a single dollar sign are reserved for future use | |//{attributes starting with $$}// |Attributes starting with two dollar signs are applied as attributes to the output widget, but with the attribute name changed to use a single dollar sign | -|//{attributes not starting with $}// |Any other attributes that do not start with a dollar are applied as attributes to the output widget | +|//{attributes not starting with $}// |Any other attributes that do not start with a dollar are applied as attributes to the output widget or HTML Element | <<.from-version "5.2.6">> If the `$type` attribute is missing or blank, the <<.wlink GenesisWidget>> widget does not render an intrinsic element, instead just rendering its children.