From f697faf370aee0e59fdc07b74dea65886b1e6ada Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 4 Aug 2016 22:17:09 -0400 Subject: [PATCH] InsetNote is not output for XHTML. Also fixes whitespace. --- lib/layouts/stdinsets.inc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 3a4e0cbef6..c5bf68df38 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 -- 2.39.2