commit c6a08bc4421c960dc8148a95eb68ba90c2f95ff5
Author: Richard Heck <rgh...@lyx.org>
Date:   Tue Jun 11 14:29:32 2013 -0400

    Somehow forgot HTML tags for Paragraph and Subparagraph.
    
    Vincent, this is totally trivial and so should be fine.

diff --git a/lib/layouts/stdsections.inc b/lib/layouts/stdsections.inc
index 20e2d43..4724d33 100644
--- a/lib/layouts/stdsections.inc
+++ b/lib/layouts/stdsections.inc
@@ -134,6 +134,7 @@ Style Paragraph
        LatexName             paragraph
        TopSep                0.4
        BottomSep             0
+       HTMLTag               h5
 End
 
 
@@ -144,6 +145,7 @@ Style Subparagraph
        LatexName             subparagraph
        NextNoIndent          0
        LeftMargin            MM
+       HTMLTag               h6
 End
 
 Input stdrefprefix.inc

Reply via email to