Skip to content

Commit aa6a0b1

Browse files
committed
Remove extraneous line feed
1 parent 0337d89 commit aa6a0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/renderer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ bool TessHOcrRenderer::BeginDocumentHandler() {
143143
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n"
144144
" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"
145145
"<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" "
146-
"lang=\"en\">\n <head>\n <title>\n");
146+
"lang=\"en\">\n <head>\n <title>");
147147
AppendString(title());
148148
AppendString(
149149
"</title>\n"

0 commit comments

Comments
 (0)