mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Use non breaking space
This commit is contained in:
parent
9e418ac9dd
commit
8424213ae4
@ -379,7 +379,7 @@ docstring convertLaTeXCommands(docstring const & str)
|
||||
}
|
||||
|
||||
if (ch == '~') {
|
||||
ret += ' ';
|
||||
ret += 0x00a0;
|
||||
val = val.substr(1);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user