From 86c6e8fadaa84ae1faac7d3e177e6ad37a629e98 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 3 Jan 2014 18:35:45 -0800 Subject: [PATCH] * admin.el (manual-html-fix-index-2): Tweak previous change. --- admin/admin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (forward-line 1) (while (not done) (cond ((re-search-forward "\\)\ -:  \\(.*\\)" (line-end-position) t) +:  ]*>\\(.*\\)" (line-end-position) t) (replace-match (format "\\1\n\\2" (if table-workaround " bgcolor=\"white\"" ""))) -- 2.39.2