mirror of
https://github.com/wassname/template.git
synced 2026-08-01 13:00:27 +08:00
No authors bugfix
This commit is contained in:
@@ -95,6 +95,7 @@ export default function(dom, data) {
|
||||
}
|
||||
|
||||
function author_string(ent, template, sep, finalSep){
|
||||
if (ent.author == null) { return ''; }
|
||||
var names = ent.author.split(' and ');
|
||||
let name_strings = names.map(name => {
|
||||
name = name.trim();
|
||||
|
||||
Reference in New Issue
Block a user