Fixed spacing with non-breaking spaces issue
This commit is contained in:
parent
86c3609288
commit
d5ed9eefbd
|
@ -1181,7 +1181,7 @@ public class DataRenderer extends Renderer {
|
||||||
String high = displayQuantity(q.getHigh());
|
String high = displayQuantity(q.getHigh());
|
||||||
if (high.isEmpty())
|
if (high.isEmpty())
|
||||||
high = "?";
|
high = "?";
|
||||||
b.append(low).append("\u00A0 to \u00A0").append(high);
|
b.append(low).append("\u00A0to\u00A0").append(high);
|
||||||
return b.toString();
|
return b.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue