Merge pull request #6173 from tsiegleauq/more-special-diff-characters
Add rdquo und Prime to special diff entities
This commit is contained in:
commit
30bf5bc808
@ -561,7 +561,9 @@ export class DiffService {
|
||||
'Ñ': 'Ñ',
|
||||
'ñ': 'ñ',
|
||||
'Ë': 'Ë',
|
||||
'ë': 'ë'
|
||||
'ë': 'ë',
|
||||
'″': '″',
|
||||
'”': '”'
|
||||
};
|
||||
|
||||
html = html
|
||||
|
Loading…
Reference in New Issue
Block a user