]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Fix output of formatted counters.
[lyx.git] / lib / layouts / stdlists.inc
index 1cbf2cb94dc997c5e7c275f86fe62cfcbf13f36e..0c958bf26b3e809398bfa3a72f6c42fe02746417 100644 (file)
@@ -7,7 +7,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 16
+Format 22
 
 Style Itemize
        Category              List
@@ -27,6 +27,7 @@ Style Itemize
        LabelString           "*"
        HTMLTag               ul
        HTMLItem              li
+       HTMLLabel             NONE
 End
 
 
@@ -49,6 +50,7 @@ Style Enumerate
        LabelCounter          "enum"
        HTMLTag               ol
        HTMLItem              li
+       HTMLLabel             NONE
 End
 
 Style Description