Merge branch 'maint'

This commit is contained in:
Bastien 2021-05-03 19:11:47 +02:00
commit 832b3951e8
1 changed files with 1 additions and 1 deletions

View File

@ -2665,7 +2665,7 @@ holding contextual information."
(format (format
"<span class=\"section-number-%d\">%s</span> " "<span class=\"section-number-%d\">%s</span> "
level level
(mapconcat #'number-to-string numbers "."))) (concat (mapconcat #'number-to-string numbers ".") ".")))
formatted-text) formatted-text)
level) level)
;; When there is no section, pretend there is an ;; When there is no section, pretend there is an