fix indentation
parent
4d11e49878
commit
e9b22e8ac3
|
@ -412,7 +412,8 @@ function getHTMLFromAtext(pad, atext)
|
|||
if (lineContentFromHook)
|
||||
{
|
||||
pieces.push(lineContentFromHook, '');
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
pieces.push(lineContent, '<br>');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue