We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90313e5 commit 1015911Copy full SHA for 1015911
1 file changed
shared/utils/html.ts
@@ -5,7 +5,7 @@ const htmlEntities: Record<string, string> = {
5
'"': '"',
6
''': "'",
7
''': "'",
8
- ' ': ' ',
+ ' ': '\u00A0',
9
}
10
11
export function decodeHtmlEntities(text: string): string {
0 commit comments