Bibliography data working

This commit is contained in:
Shan Carter
2017-01-06 16:11:40 -08:00
parent d6934fae51
commit 037996bd06
10 changed files with 60 additions and 66 deletions
+2 -1
View File
@@ -73,5 +73,6 @@ const html = `
// })
export default function(dom, data) {
dom.querySelector('dt-appendix').innerHTML = html;
let el = dom.querySelector('dt-appendix')
if (el) el.innerHTML = html;
}