On Apr 29, 4:33 pm, Martin Budden <mjbud...@gmail.com> wrote:
> There's a slight problem with the syntax, namely if you read
>
> select=tag:blog&select=tag:coment
>
> quickly. the "&" sticks in the mind and it gets parsed as
>
> select=tag:blog&tag:coment

Then use ';'. It is a better cgi parameter separator anyway because it
doesn't need to be HTML escaped.

select=tag:blog;select=tag:comment


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

Reply via email to