diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/wormhole.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wormhole.html.template b/templates/wormhole.html.template index ad23b57..eb423ca 100644 --- a/templates/wormhole.html.template +++ b/templates/wormhole.html.template @@ -12,7 +12,7 @@ </li> <li> <p>Visit this URL <a href="/wormhole/{{.Hole}}">{{.Self}}/wormhole/{{.Hole}}</a> or scan QR code:</p> - <img src="/wormhole/{{.Hole}}/qr.png" alt="QR code for {{.Self}}/wormhole/{{.Hole}}"> + <img src="/wormhole/{{.Hole}}/qr.png?s={{.Sig}}" alt="QR code for {{.Self}}/wormhole/{{.Hole}}"> </li> <li> <label for="submit">Click here:</label> |
