1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

* admin.el (manual-html-fix-index-2): Tweak previous change.

This commit is contained in:
Glenn Morris 2014-01-03 18:35:45 -08:00
parent d16ec91efb
commit 86c6e8fada

View 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\"" "")))