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=<>/> ```