This commit is contained in:
Azareal 2019-10-13 18:26:32 +10:00
parent 9b5b1ffc95
commit 3472dae669
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ func TestParser(t *testing.T) {
l = &METriList{nil}
pre := c.Site.URL // Just in case this is localhost...
pre2 := c.Site.EnableSSl
pre2 := c.Site.EnableSsl
c.Site.URL = "example.com"
c.Site.EnableSsl = true
l.Add("//"+c.Site.URL, "<a href='https://"+c.Site.URL+"'>"+c.Site.URL+"</a>")