Removed stray tabs

This commit is contained in:
Ochi Wolfe 2014-05-13 18:58:09 +02:00
parent cb7d552073
commit d50373fa7e

View file

@ -279,7 +279,7 @@ refresh() {
while ((partIndex < partLength || textIndex < textLength) && !rowDone) { while ((partIndex < partLength || textIndex < textLength) && !rowDone) {
if (partIndex >= (partLength-1) && textIndex < textLength) { if (partIndex >= (partLength-1) && textIndex < textLength) {
part = llParseString2List( part = llParseString2List(
// Separators list is non-empty for InWorldz compatibility. // Separators list is non-empty for InWorldz compatibility.
llGetSubString(text, textIndex, textIndex+boxW), llGetSubString(text, textIndex, textIndex+boxW),
[""], [" ", "\n", "<!", ">"] [""], [" ", "\n", "<!", ">"]
); );