From f4a16c46b29817ab0847555a2a51e4fa556e4f16 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 3 Dec 2018 11:41:11 +0100 Subject: Incorrect tag sequence for xhtml with latexinclude command possible Analogous to DontInclude (test 21) the wrong xhtml tag sequence can also occur with `\latexinclude` --- src/htmldocvisitor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/htmldocvisitor.cpp b/src/htmldocvisitor.cpp index 2223ed9..484af1b 100644 --- a/src/htmldocvisitor.cpp +++ b/src/htmldocvisitor.cpp @@ -173,6 +173,7 @@ static bool isDocIncludeVisible(DocInclude *s) switch (s->type()) { case DocInclude::DontInclude: + case DocInclude::LatexInclude: return FALSE; default: return TRUE; -- cgit v0.12