Kaydet (Commit) db9f42f0 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

html export: Close the <meta> tags.

Change-Id: Icca58dd1531f2442fe5878ed9524a3611c0601ea
üst 1380f5d5
......@@ -76,7 +76,7 @@ void SfxFrameHTMLWriter::OutMeta( SvStream& rStrm,
sOut.append("\" ").append(OOO_STRING_SVTOOLS_HTML_O_content).append("=\"");
rStrm.WriteCharPtr( sOut.makeStringAndClear().getStr() );
HTMLOutFuncs::Out_String( rStrm, rContent, eDestEnc, pNonConvertableChars ).WriteCharPtr( "\">" );
HTMLOutFuncs::Out_String( rStrm, rContent, eDestEnc, pNonConvertableChars ).WriteCharPtr( "\"/>" );
}
void SfxFrameHTMLWriter::Out_DocInfo( SvStream& rStrm, const OUString& rBaseURL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment