diff options
-rw-r--r-- | emacsconf-publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el index ac910c5..f578f5d 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1096,7 +1096,7 @@ Entries are sorted chronologically, with different tracks interleaved." (elt chapter 3) "\n")) chapters) - :html (format "<pre data-target=\"%s\" class=\"chapters\">\n%s\n</ol>" + :html (format "<pre data-target=\"%s\" class=\"chapters\">\n%s\n</pre>" (or target "") (mapconcat (lambda (chapter) |