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:
parent
fbc297e77a
commit
6cb67ad217
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue