mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-01 23:41:00 +01:00
fix indentation
This commit is contained in:
parent
4d11e49878
commit
e9b22e8ac3
@ -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…
x
Reference in New Issue
Block a user