correct missing quote
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e8388b979c
commit
d45c3ebf33
@ -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>︎' : ""
|
||||
|
Loading…
Reference in New Issue
Block a user