mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +01:00
Fix desctex missing
This commit is contained in:
parent
617e50dc03
commit
332469c2f4
@ -514,6 +514,7 @@ draft: false
|
|||||||
if (ex[3].Value == VertExcitationKinds.Fluorescence.Value) {
|
if (ex[3].Value == VertExcitationKinds.Fluorescence.Value) {
|
||||||
Vertkindtext = String.raw`[\mathrm{F}]`
|
Vertkindtext = String.raw`[\mathrm{F}]`
|
||||||
}
|
}
|
||||||
|
desctex=""
|
||||||
if (ex[2].description.string) {
|
if (ex[2].description.string) {
|
||||||
desctex = "(" + ex[2].description.string + ")"
|
desctex = "(" + ex[2].description.string + ")"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user