InfoWings / Knowledge-Net

Complex data management solution
1 stars 2 forks source link

Handling of inner spaces on frontend or backend #303

Open tushkanova opened 6 years ago

tushkanova commented 6 years ago

If object name (or any other string in the system besides the descriptions) has several inner spaces in a row only one space will be displayed. This fact causes situations like one on the pic below.

image

One of the objects has two spaces between "Object" and "7", and another one has one space between the same words. But user sees only one inner space in both cases. The problem is the rendering of the name attribute of any entity, because it is just put into the html tag as content.

sreznick commented 6 years ago

use of CDATA in html should help