Skip to content

Commit

Permalink
fix: webgui glitch for BorgSYNC
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed Jan 5, 2025
1 parent 05695fb commit 6603e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// global exported consts
const SemVer = "v0.1.53"
const SemVer = "v0.1.54"

// global var
var (
Expand Down
2 changes: 1 addition & 1 deletion httpd-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func getPKG() string {
return _empty
}
var s strings.Builder
s.WriteString("<br><br><b>BorgSYNC</b><br><b> [ Module:Package-Sync:Active ] </b><br>\n")
s.WriteString("<br><b>BorgSYNC</b><br><b> [ Module:Package-Sync:Active ] </b><br>\n")
s.WriteString("<a href=\"" + pkgmaster + "\"><Button><b> [ Manage Package Plugins via Master: " + pkghost + " ] </b></Button></a><br><br>")
s.WriteString("<table><tr><td><small>")
s.WriteString(strings.ReplaceAll(strings.ReplaceAll(syncPKG, ",", " / "), "os-", ""))
Expand Down

0 comments on commit 6603e5f

Please sign in to comment.