mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Jira #IDEA-186
This commit is contained in:
@@ -17,7 +17,7 @@ public class XmlTagTextUtil {
|
||||
ourCharacterEntities.put("gt", new Character('>'));
|
||||
ourCharacterEntities.put("apos", new Character('\''));
|
||||
ourCharacterEntities.put("quot", new Character('\"'));
|
||||
ourCharacterEntities.put("nbsp", new Character(' '));
|
||||
ourCharacterEntities.put("nbsp", new Character('\u00a0'));
|
||||
ourCharacterEntities.put("amp", new Character('&'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user