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