From 921445239a6e69b9f40baa9c8d96d51339ee2af1 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 (cherry picked from commit 77c8c159470d4d6cd7c433523a0581a3fdcd0f94) --- src/Paragraph.cpp | 2 +- status.20x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 8716982b02..3054680573 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -1395,7 +1395,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. diff --git a/status.20x b/status.20x index 110c722415..51d64120e1 100644 --- a/status.20x +++ b/status.20x @@ -102,6 +102,8 @@ What's new - Don't output extra body tags with included files when generating XHTML. +- Do not include deleted text in the title of the XHTML output. + * USER INTERFACE -- 2.39.5