ugly indentation

indentation
John McLear 2013-11-26 16:34:10 +00:00
parent 1fa2b32854
commit 9fc51c7ef2
1 changed files with 8 additions and 8 deletions

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>');
} }
} }
} }