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