Add title for timestamp tag again (see #863)

This commit is contained in:
jos 2019-12-11 11:37:39 +01:00
parent ce15bb4b37
commit fd21b1c525
1 changed files with 1 additions and 0 deletions

View File

@ -1807,6 +1807,7 @@ export class Node {
}
this.dom.date.appendChild(document.createTextNode(title))
}
this.dom.date.title = new Date(value).toString()
} else {
// cleanup date tag
if (this.dom.date) {