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
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)