Ox.doc: set 'section' to complete line, not just first word

This commit is contained in:
rolux 2012-06-23 12:47:30 +02:00
parent 1652cde0ec
commit b272221020

View file

@ -343,7 +343,7 @@ Ox.doc = (function() {
);
}
} else {
section = tree.line.split(' ')[0]
section = tree.line
}
});
return items;