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)):''}