commit f697faf370aee0e59fdc07b74dea65886b1e6ada
Author: Richard Heck <[email protected]>
Date:   Thu Aug 4 22:17:09 2016 -0400

    InsetNote is not output for XHTML.
    
    Also fixes whitespace.
---
 lib/layouts/stdinsets.inc |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc
index 3a4e0cb..c5bf68d 100644
--- a/lib/layouts/stdinsets.inc
+++ b/lib/layouts/stdinsets.inc
@@ -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
 
 

Reply via email to