diff --git a/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid index f53b423a1..d491a8700 100644 --- a/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid @@ -85,6 +85,6 @@ Filtered attribute values are indicated with triple curly braces around a [[Filt This example shows how to add a prefix to a value: ``` -<$text text={{{ []addPrefix[$:/myprefix/]] }}}> +<$text text={{{ [addprefix[$:/myprefix/]] }}} /> ```