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
|
html = html
|
||||||
|
Loading…
Reference in New Issue
Block a user