dtdocbook: update the token of new line.

This commit is contained in:
Liang Chang 2022-02-16 00:55:47 +08:00
parent fbc297e77a
commit 6cb67ad217
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ unsigned char oct2dec( const char *str )
DataBuffer->put ('\\');
}
<ProcessData>"\\n" {
// Replace new line with space
DataBuffer->put('\040');
// Replace new line with CR
DataBuffer->put('\015');
Dispatch::newline();
}