Added alt attribute to tracking images. Fixes #447

ui-redesign
Jordan Wright 2016-11-26 17:29:50 -06:00
parent f195a8c7d9
commit 19021b6c91
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ func processCampaign(c *models.Campaign) {
t, t,
c.URL + "?rid=" + t.RId, c.URL + "?rid=" + t.RId,
c.URL + "/track?rid=" + t.RId, c.URL + "/track?rid=" + t.RId,
"<img style='display: none' src='" + c.URL + "/track?rid=" + t.RId + "'/>", "<img alt='' style='display: none' src='" + c.URL + "/track?rid=" + t.RId + "'/>",
fn, fn,
} }
// Parse the templates // Parse the templates