mirror of
https://github.com/aljazceru/satdress.git
synced 2025-12-17 21:44:21 +01:00
remove unexpected string interpolation on html.
This commit is contained in:
2
main.go
2
main.go
@@ -65,7 +65,7 @@ func main() {
|
|||||||
SiteOwnerURL: s.SiteOwnerURL,
|
SiteOwnerURL: s.SiteOwnerURL,
|
||||||
SiteName: s.SiteName,
|
SiteName: s.SiteName,
|
||||||
})
|
})
|
||||||
fmt.Fprintf(w,
|
fmt.Fprint(w,
|
||||||
strings.ReplaceAll(
|
strings.ReplaceAll(
|
||||||
strings.ReplaceAll(
|
strings.ReplaceAll(
|
||||||
html, "{} // REPLACED WITH SERVER DATA", string(serverData),
|
html, "{} // REPLACED WITH SERVER DATA", string(serverData),
|
||||||
|
|||||||
Reference in New Issue
Block a user