]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Revert "DocBook: allow empty paragraphs before the <info> section."
[features.git] / src / Buffer.cpp
index 5059cebe4a714ce02d76b0492017e0131099f661..c8c18f2beef7c05f9c16cf462e3a6b3440b4cfa6 100644 (file)
@@ -2230,7 +2230,7 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os,
                os << "<title>"
                   << (doctitle.empty() ?
                         from_ascii("LyX Document") :
-                        xml::xmlize(doctitle, XMLStream::ESCAPE_ALL))
+                        xml::escapeString(doctitle, XMLStream::ESCAPE_ALL))
                   << "</title>\n";
 
                docstring styles = features.getTClassHTMLPreamble();