Add missing end quote for source blocks

Fixes #53.
This commit is contained in:
Laurens Van Houtven 2014-04-04 14:07:01 +02:00
parent 8b11f09bd8
commit c971aa2d4b
1 changed files with 1 additions and 1 deletions

View File

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