ugly indentation

This commit is contained in:
John McLear 2013-11-26 16:34:10 +00:00
parent 1fa2b32854
commit 9fc51c7ef2

View file

@ -455,14 +455,14 @@ function getHTMLFromAtext(pad, atext, authorColors)
attribLine: attribLines[i], attribLine: attribLines[i],
text: textLines[i] text: textLines[i]
}, " ", " ", ""); }, " ", " ", "");
if (lineContentFromHook) if (lineContentFromHook)
{ {
pieces.push(lineContentFromHook, ''); pieces.push(lineContentFromHook, '');
} }
else else
{ {
pieces.push(lineContent, '<br>'); pieces.push(lineContent, '<br>');
} }
} }
} }