Oops I accidentally a paren

ご主人様
not manx 4 years ago
parent 02a75e8086
commit 165b2a52ed
Signed by: C-xC-c
GPG Key ID: F52ED472284EF2F4

@ -3,7 +3,7 @@
;; Author: Plum <boku@plum.moe> ;; Author: Plum <boku@plum.moe>
;; Created: June 2020 ;; Created: June 2020
;; Package-Version: 1.0.1 ;; Package-Version: 1.0.2
;; Keywords: org-export ;; Keywords: org-export
;; URL: https://words.plum.moe/ox-plumhtml.html ;; URL: https://words.plum.moe/ox-plumhtml.html
;; Package-Requires: ((emacs "24") (ox-slimhtml "0.4.5")) ;; Package-Requires: ((emacs "24") (ox-slimhtml "0.4.5"))
@ -68,7 +68,7 @@ Implement <thead> and <tbody>"
((or (equal '(above) open) ((or (equal '(above) open)
(equal '(bottom) close) (equal '(bottom) close)
first-row) first-row)
'("<tbody>" . "</tbody>")))) '("<tbody>" . "</tbody>")))))
(concat (and (or open first-row) (car tags)) (concat (and (or open first-row) (car tags))
(format "<tr>%s</tr>" contents) (format "<tr>%s</tr>" contents)
(and close (cdr tags)))))) (and close (cdr tags))))))

Loading…
Cancel
Save