This commit is contained in:
John Livingston 2024-05-12 19:09:39 +02:00
parent d25055dcdd
commit 74f238f555
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function getPeertubeButtons () {
${repeat(buttons, (node) => html`
<a
href="#"
title="${node.getAttribute('title')}"
title="${node.getAttribute('title') ?? ''}"
class="${
// adding original classes
node.className