From 77c8c159470d4d6cd7c433523a0581a3fdcd0f94 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 26 Apr 2012 16:29:58 +0200 Subject: [PATCH] Do not show deleted text in the html title --- src/Paragraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 8298576e27..8b0995220c 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -1446,7 +1446,7 @@ void Paragraph::Private::validate(LaTeXFeatures & features) const if (features.runparams().flavor == OutputParams::HTML && layout_->htmltitle()) { - features.setHTMLTitle(owner_->asString(AS_STR_INSETS)); + features.setHTMLTitle(owner_->asString(AS_STR_INSETS | AS_STR_SKIPDELETE)); } // check the params. -- 2.39.5