aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 071063a..6e33961 100644
--- a/main.go
+++ b/main.go
@@ -97,7 +97,7 @@ func onActivate(app *gtk.Application) {
// do this after server starts
on = true
buttonSwitch.SetLabel("Stop")
- statusLabel.SetMarkup(fmt.Sprintf("Serving\n%s\nOn <a href='http://localhost:%s'>http://localhost:%s</a>", dir, dir, port))
+ statusLabel.SetMarkup(fmt.Sprintf("Serving\n%s\nOn <a href=\"http://localhost:%s\">http://localhost:%s</a>", dir, port, port))
browseButton.SetCanFocus(false)
portInput.SetEditable(false)
portInput.SetCanFocus(false)