Skip to content

Commit

Permalink
fix html escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Jul 20, 2024
1 parent d3cc86a commit 038b419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func renderForPrd(w io.Writer, c *content, cfg *config.Config, cfgJson string, i
"Source": html_template.HTML(buf.String()),
"Host": r.Host,
"InitSearch": initSearch,
"Promo": randomAd,
"Promo": html_template.HTML(randomAd),
})
}

Expand Down

0 comments on commit 038b419

Please sign in to comment.