mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not show deleted text in the html title
(cherry picked from commit 77c8c15947
)
This commit is contained in:
parent
507701261a
commit
921445239a
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user