correct missing quote
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
David 2022-05-07 15:46:56 -04:00
parent e8388b979c
commit d45c3ebf33
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ function TableRowTemplate({
title,
year,
}) {
return `<tr class="tRow id="${rowNumber}">
return `<tr class="tRow" id="${rowNumber}">
<td class="title">
${title} ${
signed ? '<span class="signed" title="Signed by the author" >✒</span>' : ""