Ox.doc: set 'section' to complete line, not just first word
This commit is contained in:
parent
1652cde0ec
commit
b272221020
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Ox.doc = (function() {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
section = tree.line.split(' ')[0]
|
section = tree.line
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return items;
|
return items;
|
||||||
|
|
Loading…
Add table
Reference in a new issue