This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- focuswriter-1.8.4.orig/src/fileformats/html_writer.cpp
+++ focuswriter-1.8.4/src/fileformats/html_writer.cpp
@@ -25,9 +25,7 @@ bool HtmlWriter::write(QIODevice* device
 
 	m_xml.writeStartElement(QStringLiteral("head"));
 	m_xml.writeEmptyElement(QStringLiteral("meta"));
-	m_xml.writeAttribute(QStringLiteral("http-equiv"), QStringLiteral("Content-Type"));
-	m_xml.writeAttribute(QStringLiteral("content"), QStringLiteral("text/html; charset=utf-8"));
-	m_xml.writeEmptyElement(QStringLiteral("title"));
+	m_xml.writeAttribute(QStringLiteral("charset"), QStringLiteral("utf-8"));
 	m_xml.writeEndElement();
 
 	m_xml.writeStartElement(QStringLiteral("body"));
