diff --git a/src/referto.js b/src/referto.js
index 722b546..e23e82e 100644
--- a/src/referto.js
+++ b/src/referto.js
@@ -79,7 +79,7 @@ export function buildRefertoHtml(state, now = new Date()) {
const vinc = vincitoreSet(s)
const nomeVinc = vinc === 'h' ? nomi.home : vinc === 'g' ? nomi.guest : ''
- const etichettaVinc = nomeVinc ? ` · vinto da ${nomeVinc}` : ''
+ const etichettaVinc = nomeVinc ? `vinto da ${nomeVinc}` : ''
const servIcon = '
'
const servHomeIcon = s.serv === 'h' ? servIcon : ''
@@ -94,7 +94,8 @@ export function buildRefertoHtml(state, now = new Date()) {