(mixi-topic-comment-list-regexp): Fix regexp.
authorbg66 <bg66>
Wed, 25 Jul 2007 06:42:36 +0000 (06:42 +0000)
committerbg66 <bg66>
Wed, 25 Jul 2007 06:42:36 +0000 (06:42 +0000)
ChangeLog
mixi.el

index 173ba3b..572fab8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-25  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-topic-comment-list-regexp): Fix regexp.
+
 2007-07-24  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (with-mixi-retrieve): Follow the change of mixi.
diff --git a/mixi.el b/mixi.el
index afbf116..01a4d6a 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -2323,8 +2323,7 @@ Increase this value when unexpected error frequently occurs."
 <table border=\"0\" cellspacing=\"0\" cellpadding=\"5\" width=\"500\">
 <tr>
 <td class=\"h120\" width=\"500\">
-
-\\(.+\\)
+\\(\\(.\\|\r?\n\\)*?\\)
 </td>
 </tr>
 </table>