diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/admin.el | 2 |
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." (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\"" ""))) |