Remove extraneous line feed

This commit is contained in:
Robert Theis 2015-08-12 18:02:35 -07:00 committed by Zdenko Podobný
parent 85f8a98c93
commit 76a28640c6

View File

@ -143,7 +143,7 @@ bool TessHOcrRenderer::BeginDocumentHandler() {
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n"
" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"
"<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" "
"lang=\"en\">\n <head>\n <title>\n");
"lang=\"en\">\n <head>\n <title>");
AppendString(title());
AppendString(
"</title>\n"