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 ('\\');
|
DataBuffer->put ('\\');
|
||||||
}
|
}
|
||||||
<ProcessData>"\\n" {
|
<ProcessData>"\\n" {
|
||||||
// Replace new line with space
|
// Replace new line with CR
|
||||||
DataBuffer->put('\040');
|
DataBuffer->put('\015');
|
||||||
Dispatch::newline();
|
Dispatch::newline();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue