* mixi-gnus.el (toplevel): Avoid warnings when compiling.
[elisp/mixi.git] / mixi.el
diff --git a/mixi.el b/mixi.el
index bf82c9a..6b6bd2e 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.200 $")
+(defconst mixi-revision "$Revision: 1.201 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -1210,7 +1210,7 @@ Increase this value when unexpected error frequently occurs."
 <h2>\\(.+?\\)\\(¤µ¤ó\\)?¤ÎÆüµ­</h2>")
 (defconst mixi-diary-title-regexp
   "<div class=\"listDiaryTitle\">
-<dl class=\"clearfix\">
+<dl>
 <dt>\\([^<\n]+\\)\\(<span>\\)?")
 (defconst mixi-diary-time-regexp
   "<dd>\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü\\([0-9]+\\):\\([0-9]+\\)</dd>")