For reasons that escape me, Movable Type doesn’t like it when the last word in your post title has quotation marks around it.

Comments
For reasons that escape me, Movable Type doesn’t like it when the last word in your post title has quotation marks around it.
Categories
Tags
A fairly educated guess tell me that the double quote (which I assume you mean) is messing with a tag.
I noticed you used single quotes below.
You may want to try the ISO 8859-7 (Greek) character for it which is 22 in Hex.
In other words try %22 everywhere you want a double quote.
ie: Smart %22Stuff%22
lemme know how it goes. I have NO CLUE how MT works but that is a pretty fair guess.
Paul