aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index bc7e3cbd824..8f21cedfce5 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -483,7 +483,7 @@ Leave point after the table."
483 (forward-line 1) 483 (forward-line 1)
484 (while (not done) 484 (while (not done)
485 (cond ((re-search-forward "<tr><td.*&bull; \\(<a.*</a>\\)\ 485 (cond ((re-search-forward "<tr><td.*&bull; \\(<a.*</a>\\)\
486:</td><td>&nbsp;&nbsp;</td><td.*>\\(.*\\)" (line-end-position) t) 486:</td><td>&nbsp;&nbsp;</td><td[^>]*>\\(.*\\)" (line-end-position) t)
487 (replace-match (format "<tr><td%s>\\1</td>\n<td>\\2" 487 (replace-match (format "<tr><td%s>\\1</td>\n<td>\\2"
488 (if table-workaround 488 (if table-workaround
489 " bgcolor=\"white\"" ""))) 489 " bgcolor=\"white\"" "")))