dtdocbook: update the token of new line.
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user