1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

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();
}