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

View File

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