We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f133336 commit e0e3f2bCopy full SHA for e0e3f2b
admin/admin.el
@@ -617,7 +617,7 @@ style=\"text-align:left\">")
617
;; its original form.
618
(when (or (search-forward "<ul class=\"menu\">" nil t)
619
;; FIXME? The following search seems dangerously lax.
620
- (search-forward "<ul>"))
+ (search-forward "<ul>" nil t))
621
;; Convert the list that Makeinfo made into a table.
622
(replace-match "<table style=\"float:left\" width=\"100%\">")
623
(forward-line 1)
0 commit comments