diff --git a/content/multipledataset.html b/content/multipledataset.html index cf15bf7c..6341b681 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -434,7 +434,7 @@ draft: false if (ex[3].Value == VertExcitationKinds.Fluorescence.Value) { Vertkindtext = String.raw`[${VertExcitationKinds.Fluorescence.LaTeX}]` } - $("", { scope: "row" }).text(String.raw`${LatexInline[0]}${ex[0].toLaTeX()} \rightarrow ${ex[1].toLaTeX()} ${Vertkindtext}(${ex[2].LaTeX}) ${LatexInline[1]}`).appendTo(tr) + $("", { scope: "rowgroup" }).text(String.raw`${LatexInline[0]}${ex[0].toLaTeX()} \rightarrow ${ex[1].toLaTeX()} ${Vertkindtext}(${ex[2].LaTeX}) ${LatexInline[1]}`).appendTo(tr) var entries = Array.from(exdat.entries()) for (const method of sortedMethods) { td = $("").addClass("NumberCell")