> <span macro='newHere label:"NewDocument" tag:"bookmark"  text:
> {{store.getTiddlerText('BlankBookmark','')}}'>
>
> Where is the correction?

You've got to be careful when nesting single- and double- quotes.  If
you use single-quotes for the macro='...' then you need to use *only*
double-quotes inside that macro... but you've got single-quotes around
the arguments for getTiddlerText().  Changing those to double-quotes
should fix things, like this:

<span macro='newHere label:"NewDocument" tag:"bookmark"  text:
{{store.getTiddlerText("BlankBookmark","")}}'></span>

-e




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to