fix indentation

This commit is contained in:
Gedion 2012-08-11 15:44:42 -05:00
parent 4d11e49878
commit e9b22e8ac3

View file

@ -412,7 +412,8 @@ function getHTMLFromAtext(pad, atext)
if (lineContentFromHook)
{
pieces.push(lineContentFromHook, '');
} else
}
else
{
pieces.push(lineContent, '<br>');
}