about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-09 12:24:15 +0200
committerEmile <hanemile@protonmail.com>2019-10-09 12:24:15 +0200
commitc2359a77045bc0610e82204fe1d244f513b23c5c (patch)
treef01b62f45554682e6442873f63643436b7a52f47
parent011819157bb484ee5c41cea2b96f32ced62cc58d (diff)
removed a faulty dollar sign
-rw-r--r--hosted/credentials.html2
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>