Skip to content

Commit

Permalink
Remove extraneous line feed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed Aug 13, 2015
1 parent 0337d89 commit aa6a0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/renderer.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit aa6a0b1

Please sign in to comment.