1
0
mirror of https://github.com/yjwen/org-reveal.git synced 2024-06-25 07:27:40 +02:00

Merge pull request #54 from lvh/patch-2

Add missing end quote for source blocks
This commit is contained in:
Yujie Wen 2014-04-10 00:27:48 +08:00
commit fc9105dcaf

View File

@ -691,7 +691,7 @@ contextual information."
(org-export-data caption info))) (org-export-data caption info)))
(format "\n<pre %s%s>%s</pre>" (format "\n<pre %s%s>%s</pre>"
(or (frag-class frag) (or (frag-class frag)
(format " class=\"src src-%s" lang)) (format " class=\"src src-%s\"" lang))
label code)))))) label code))))))
(defun org-reveal-template (contents info) (defun org-reveal-template (contents info)