ox-html.el: Partially revert d5bbf36553
commitdb1dab8abe41eb052aac8428262482f6c3974880
authorN. Raghavendra <raghu@hri.res.in>
Tue, 19 Sep 2017 17:07:02 +0000 (19 22:37 +0530)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 19 Sep 2017 20:00:32 +0000 (19 22:00 +0200)
treebf48e27a3e2b72031a00ed27f15b297ffa9b0511
parent753f3f2842b5aa24ddefbbeaf05255f6991e6825
ox-html.el: Partially revert d5bbf36553

* lisp/ox-html.el (org-html-src-block): Unless klipse is used, export
source code blocks as content of `pre' elements, and not as content of
`code' children of `pre' elements.  Restores the previous way of
exporting source code blocks, and fixes the display of language
indicators while hovering over the blocks in the exported HTML file,
when klipse is not used.
(org-html-keep-old-src): Remove it.  Not needed because it is now the
default, unless klipse is used.
lisp/ox-html.el