This error was introduced because of the way the display of the double ' in titles was fixed.
FIX
in post_info.asp replace all lines having
txtSubject = ChkString(Request.Form("Subject"),"title")
with
txtSubject = ChkString(Request.Form("Subject"),"SQLString")
You should find 4 of them (at line 837, 949, 1057, 1188)
Pierre
Join a Snitz Mailinglist