diff --git a/ui/ui.go b/ui/ui.go index 801ac907..ffd656c0 100644 --- a/ui/ui.go +++ b/ui/ui.go @@ -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), }) }