x.x
This commit is contained in:
parent
9b5b1ffc95
commit
3472dae669
|
@ -301,7 +301,7 @@ func TestParser(t *testing.T) {
|
||||||
|
|
||||||
l = &METriList{nil}
|
l = &METriList{nil}
|
||||||
pre := c.Site.URL // Just in case this is localhost...
|
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.URL = "example.com"
|
||||||
c.Site.EnableSsl = true
|
c.Site.EnableSsl = true
|
||||||
l.Add("//"+c.Site.URL, "<a href='https://"+c.Site.URL+"'>"+c.Site.URL+"</a>")
|
l.Add("//"+c.Site.URL, "<a href='https://"+c.Site.URL+"'>"+c.Site.URL+"</a>")
|
||||||
|
|
Loading…
Reference in New Issue