Open
Description
If there are too many spaces with then it starts to count each char separately and show very little text. Other thing is it divides wrongs between summarytext and details.
For example: & start to show in summary text and nbsp; start to show in details text.
However, I made a way around for it in sliceOn callback and replace spaces to later. Not firstly in loaded text.
This way it is working. Something like
onSlice: function(data) {
data.summary = setSpaces(data.summary);
data.details = setSpaces(data.details);
}
Here I am converting multiple spaces to so spaces could show correctly in HTML.
Metadata
Metadata
Assignees
Labels
No labels