mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
fix indentation
This commit is contained in:
parent
4d11e49878
commit
e9b22e8ac3
1 changed files with 14 additions and 13 deletions
|
@ -412,7 +412,8 @@ function getHTMLFromAtext(pad, atext)
|
||||||
if (lineContentFromHook)
|
if (lineContentFromHook)
|
||||||
{
|
{
|
||||||
pieces.push(lineContentFromHook, '');
|
pieces.push(lineContentFromHook, '');
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
pieces.push(lineContent, '<br>');
|
pieces.push(lineContent, '<br>');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue