From 165b2a52ed1cec5838e0ae087f2a57f5bce37caf Mon Sep 17 00:00:00 2001 From: not manx Date: Wed, 1 Jul 2020 18:28:52 +0000 Subject: [PATCH] Oops I accidentally a paren --- ox-plumhtml.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))))))