10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Fix desctex missing

This commit is contained in:
Mickaël Véril 2020-04-23 13:07:32 +02:00
parent 617e50dc03
commit 332469c2f4

View File

@ -514,6 +514,7 @@ draft: false
if (ex[3].Value == VertExcitationKinds.Fluorescence.Value) {
Vertkindtext = String.raw`[\mathrm{F}]`
}
desctex=""
if (ex[2].description.string) {
desctex = "(" + ex[2].description.string + ")"
}