From f3d915f5783b766e803152c54d6b4a5549adf0db Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 3 Jul 2015 14:09:59 +1000 Subject: [PATCH] changed the tag value used in the final example Because "Introduction" is no longer used on Tiddlywiki.com, so the example is a bit confusing --- editions/tw5.com/tiddlers/widgets/SetWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/SetWidget.tid b/editions/tw5.com/tiddlers/widgets/SetWidget.tid index ef07f2a4c..c4204be59 100644 --- a/editions/tw5.com/tiddlers/widgets/SetWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/SetWidget.tid @@ -51,7 +51,7 @@ This form of the set variable widget chooses one of two specified values accordi This form of the set variable widget evaluates the filter and assigns the result to the variable as a space-separated list (using double square brackets for titles containing spaces). ``` -<$set name="myVariable" filter="[tag[Introduction]]"> +<$set name="myVariable" filter="[tag[HelloThere]]"> <$text text=<>/> ```