]> git.lyx.org Git - features.git/commitdiff
InsetNote is not output for XHTML.
authorRichard Heck <rgheck@lyx.org>
Fri, 5 Aug 2016 02:17:09 +0000 (22:17 -0400)
committerRichard Heck <rgheck@lyx.org>
Fri, 5 Aug 2016 02:35:47 +0000 (22:35 -0400)
Also fixes whitespace.

lib/layouts/stdinsets.inc

index 3a4e0cbef68c7a5616741bfd7a5370e1327b2e70..c5bf68df38e665b813d3884a31644c1ae50daf09 100644 (file)
@@ -124,11 +124,11 @@ InsetLayout Note:Comment
        Display               false
        HTMLTag               div
        HTMLIsBlock           true
-  HTMLStyle
-    div.note_comment {
-      display: none;
-    }
-  EndHTMLStyle
+       HTMLStyle
+       div.note_comment {
+               display: none;
+       }
+       EndHTMLStyle
 End
 
 
@@ -142,8 +142,7 @@ InsetLayout Note:Note
          Size                Small
        EndFont
        MultiPar              true
-       HTMLIsBlock           false
-# FIXME HTML Need CSS
+       # Not output for XHTML
 End