aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-01-03 18:35:45 -0800
committerGlenn Morris <[email protected]>2014-01-03 18:35:45 -0800
commit86c6e8fadaa84ae1faac7d3e177e6ad37a629e98 (patch)
tree5a6cbad61100f9f1d9f019662cd9ec35df761ffe /admin
parentd16ec91efb551c2a3181d2ae494f8af28d7f254b (diff)
* admin.el (manual-html-fix-index-2): Tweak previous change.
Diffstat (limited to 'admin')
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index bc7e3cbd82..8f21cedfce 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -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\"" "")))