escape
parent
0ec74308a7
commit
56f994c837
|
|
@ -36,7 +36,7 @@ func (p *PriceIsWrong) apply(e priceiswrong.Event) error {
|
||||||
case *priceiswrong.Guess:
|
case *priceiswrong.Guess:
|
||||||
for i := range p.Contestants {
|
for i := range p.Contestants {
|
||||||
if p.Contestants[i].ID == e.ID {
|
if p.Contestants[i].ID == e.ID {
|
||||||
p.Contestants[i].Guess = e.Guess
|
p.Contestants[i].Guess = html.EscapeString(e.Guess)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue