mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 08:55:00 -04:00
remove extra spaces
This commit is contained in:
parent
d5c7da9612
commit
8a92828b10
1 changed files with 2 additions and 2 deletions
|
@ -255,9 +255,9 @@ function getMediaWikiFromAtext(pad, atext)
|
||||||
{
|
{
|
||||||
if (line.listTypeName == "number")
|
if (line.listTypeName == "number")
|
||||||
{
|
{
|
||||||
pieces.push(new Array(line.listLevel + 1).join(' ') + '# ');
|
pieces.push('# ');
|
||||||
} else {
|
} else {
|
||||||
pieces.push(new Array(line.listLevel + 1).join(' ') + '* ');
|
pieces.push('* ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pieces.push(lineContent);
|
pieces.push(lineContent);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue