diff --git a/src/receipts.mjs b/src/receipts.mjs
index 262281b..9987588 100644
--- a/src/receipts.mjs
+++ b/src/receipts.mjs
@@ -16,4 +16,4 @@ export function createReceiptStore(db,config=''){
}
const escapeHtml=value=>String(value??'').replaceAll('&','&').replaceAll('<','<').replaceAll('>','>').replaceAll('"','"');
-export function renderEventsPage(db){const rows=db.prepare('SELECT * FROM deployment_events ORDER BY occurred_at DESC LIMIT 100').all();const counts=db.prepare('SELECT event_type,result,count(*) count FROM deployment_events GROUP BY event_type,result ORDER BY event_type,result').all();return`
'}`}
+export function renderEventsPage(db){const rows=db.prepare('SELECT * FROM deployment_events ORDER BY occurred_at DESC LIMIT 100').all();const counts=db.prepare('SELECT event_type,result,count(*) count FROM deployment_events GROUP BY event_type,result ORDER BY event_type,result').all();return`operational events · tracetrace
Operational events
Builds say what CI produced. Deployments say what a host actually ran.