diff --git a/dashboard/dashboard.html b/dashboard/dashboard.html index db50ca0..fd0066c 100644 --- a/dashboard/dashboard.html +++ b/dashboard/dashboard.html @@ -586,7 +586,7 @@ function tcard(t){
${esc(t.id)}
${esc(t.org||'โ€”')}
${esc(t.title||'ๆ— ๆ ‡้ข˜')}
-
${t.official?`๐Ÿ‘ค ${esc(t.official)}`:''}${t.eta&&t.eta!=='-'?` ยท ๐Ÿ“… ${esc(t.eta)}`:''}`.trim()||' '}
+
${(t.official?'๐Ÿ‘ค '+esc(t.official):'')+(t.eta&&t.eta!=='-'?' ยท ๐Ÿ“… '+esc(t.eta):'')||' '}
${t.now?esc(t.now.substring(0,60)):''}
${esc(hb.label)}