diff options
author | Emile <hanemile@protonmail.com> | 2019-10-09 12:24:15 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-09 12:24:15 +0200 |
commit | c2359a77045bc0610e82204fe1d244f513b23c5c (patch) | |
tree | f01b62f45554682e6442873f63643436b7a52f47 | |
parent | 011819157bb484ee5c41cea2b96f32ced62cc58d (diff) |
removed a faulty dollar sign
-rw-r--r-- | hosted/credentials.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/credentials.html b/hosted/credentials.html index 88d74ea..1b3f46d 100644 --- a/hosted/credentials.html +++ b/hosted/credentials.html @@ -47,7 +47,7 @@ </tbody> </table> - <a href="http://{{.Username}}.${{.Hostname}}" class="btn btn-primary" role="button">Login</a> + <a href="http://{{.Username}}.{{.Hostname}}" class="btn btn-primary" role="button">Login</a> </div> </div> |