1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix docs example (#2393)

Remove redundant double quotes
This commit is contained in:
Bram Chen 2016-04-24 22:53:43 +08:00 committed by Jeremy Ruston
parent 360ad9a1cc
commit eddefe3a58

View File

@ -8,4 +8,4 @@ type: text/vnd.tiddlywiki
This next example shows how the <<.param subfilter>> parameter limits the list of images (here to those with the "Language" prefix):
<$macrocall $name=".example" n="2" eg="{{image-picker Macro (Example 2)}}/>
<$macrocall $name=".example" n="2" eg={{image-picker Macro (Example 2)}}/>