Removed stray tabs
This commit is contained in:
parent
cb7d552073
commit
d50373fa7e
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ refresh() {
|
|||
while ((partIndex < partLength || textIndex < textLength) && !rowDone) {
|
||||
if (partIndex >= (partLength-1) && textIndex < textLength) {
|
||||
part = llParseString2List(
|
||||
// Separators list is non-empty for InWorldz compatibility.
|
||||
// Separators list is non-empty for InWorldz compatibility.
|
||||
llGetSubString(text, textIndex, textIndex+boxW),
|
||||
[""], [" ", "\n", "<!", ">"]
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue