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:
parent
d16ec91efb
commit
86c6e8fada
@ -483,7 +483,7 @@ Leave point after the table."
|
||||
(forward-line 1)
|
||||
(while (not done)
|
||||
(cond ((re-search-forward "<tr><td.*• \\(<a.*</a>\\)\
|
||||
:</td><td> </td><td.*>\\(.*\\)" (line-end-position) t)
|
||||
:</td><td> </td><td[^>]*>\\(.*\\)" (line-end-position) t)
|
||||
(replace-match (format "<tr><td%s>\\1</td>\n<td>\\2"
|
||||
(if table-workaround
|
||||
" bgcolor=\"white\"" "")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user