diff --git a/calendar/js/CalendarOwner.ts b/calendar/js/CalendarOwner.ts
index 53f3e8e54c..e18b237e49 100644
--- a/calendar/js/CalendarOwner.ts
+++ b/calendar/js/CalendarOwner.ts
@@ -108,7 +108,7 @@ export class CalendarOwner extends Et2Select
if(!option.fname && !option.lname && !option.icon && option.app)
{
return html`
- `;
+ `;
}
// lavatar uses a size property, not a CSS variable
let style = getComputedStyle(this);