Update comment.

Change-Id: Ie2aeb65760fc06483f709a4194b9ee1d1f7a8955
This commit is contained in:
Jan Holesovsky 2014-02-21 09:07:57 +01:00
parent f96926c1c2
commit 1d512fb31c

View File

@ -355,8 +355,8 @@ std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFr
return htmlHeader.str(); return htmlHeader.str();
} }
// the office always writes the start and end html tag in upper cases and // the case of these tags has to match what we output in our filters
// without spaces both tags don't allow parameters // both tags don't allow parameters
const std::string TAG_HTML = std::string("<html>"); const std::string TAG_HTML = std::string("<html>");
const std::string TAG_END_HTML = std::string("</html>"); const std::string TAG_END_HTML = std::string("</html>");