diff --git a/ox-plumhtml.el b/ox-plumhtml.el
index 86f8ebb..7c04243 100644
--- a/ox-plumhtml.el
+++ b/ox-plumhtml.el
@@ -3,7 +3,7 @@
;; Author: Plum
;; Created: June 2020
-;; Package-Version: 1.0.1
+;; Package-Version: 1.0.2
;; Keywords: org-export
;; URL: https://words.plum.moe/ox-plumhtml.html
;; Package-Requires: ((emacs "24") (ox-slimhtml "0.4.5"))
@@ -68,7 +68,7 @@ Implement and "
((or (equal '(above) open)
(equal '(bottom) close)
first-row)
- '("" . ""))))
+ '("" . "")))))
(concat (and (or open first-row) (car tags))
(format "%s
" contents)
(and close (cdr tags))))))