* admin.el (manual-html-fix-index-2): Tweak previous change.
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Jan 2014 02:35:45 +0000 (18:35 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Jan 2014 02:35:45 +0000 (18:35 -0800)
admin/admin.el

index bc7e3cb..8f21ced 100644 (file)
@@ -483,7 +483,7 @@ Leave point after the table."
        (forward-line 1)
        (while (not done)
          (cond ((re-search-forward "<tr><td.*&bull; \\(<a.*</a>\\)\
-:</td><td>&nbsp;&nbsp;</td><td.*>\\(.*\\)" (line-end-position) t)
+:</td><td>&nbsp;&nbsp;</td><td[^>]*>\\(.*\\)" (line-end-position) t)
                 (replace-match (format "<tr><td%s>\\1</td>\n<td>\\2"
                                        (if table-workaround
                                            " bgcolor=\"white\"" "")))