[Trivial fix of comment sidebar wording. prb@mult.ifario.us**20080205083145] { hunk ./src/Blog/FrontEnd/CommentEntry.hs 111 - , policy . concatHtml $ [ stringToHtml "By posting a comment, you place it under the Creative Comments " + , policy . concatHtml $ [ stringToHtml "By posting a comment, you place it under the Creative Commons " hunk ./src/Blog/Widgets/Delicious.hs 192 - put_record dc (B.internal_id item) (dr,to_html dr m item) + do { put_record dc (B.internal_id item) (dr,to_html dr m item) + ; print $ "Retrieved record for " ++ (B.permalink m item) ++ " -> " ++ (show dr) } }