Update worker.go

Added single quotes
pull/229/head
Eliott T 2016-04-06 07:32:20 +02:00
parent c83ce80d13
commit 7f1aeb02d5
1 changed files with 1 additions and 1 deletions

View File

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