simonbaird / mGSD

The TiddlyWiki powered GTD system formerly known as MonkeyGTD
http://mgsd.tiddlyspot.com/
68 stars 19 forks source link

Double quotes in tiddler titles cause problems #19

Open simonbaird opened 14 years ago

simonbaird commented 14 years ago

If I put at least one double quote (") in a tiddler title, I get a slew of: Error in macro <>>>

I tried this on a fresh mGSD file, and I get the same error. On a fresh TiddlyWiki file, I don't see any problems.

Maybe a bug to track? (Or maybe a known issue...)

Thanks, Brett

Jobirder commented 14 years ago

The problem seems to be in multiSelectTag on the line under // exclude ourselves.

The " in the tiddler title is messing with the filterExpr assignment. Fixed by swapping " for ' in that line.