Compare commits

...

1 Commits

Author SHA1 Message Date
John McLear 9fc51c7ef2 ugly indentation 2013-11-26 16:34:10 +00:00
1 changed files with 8 additions and 8 deletions

View File

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