For a long time I've been using a JSON script based on the one here <http://del.icio.us/help/json/posts>
to display my "Recent Deflexions (bookmarks)" at the top of this web page: <http://deflexion.com/> Within the last few months, single quotation marks in the "note" (post.n) have not been displayed in the web page. For example, at the moment one of my delicious bookmarks contains this note: "In the end, we're all made of stars." and that's how it's displayed here: <http://del.icio.us/Deflexion.com> but on the web page, it's displayed like this: "In the end, were all made of stars." Does anyone know how I can fix this? The relevant part of my JSON script is this: if(post.n) { dd.appendChild(document.createTextNode(post.n)); } I don't actually know JSON so I'm hoping that this is easy to fix for someone who knows JSON (rather than fakes it like I did!). Thanks, Nancy Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

