This is a bug I'm aware of - will be fixed in the next release (in about 2 weeks).
You can fix it by changing 2 lines in admin_faq.asp:
1. change line 343:
strFormT = ChkString(strFormT,"title")
to
strFormT = ChkString(strFormT,"SQLString")
2. change line 379
strFormT = ChkString(strFormT,"title")
to
strFormT = ChkString(strFormT,"SQLString")