Software /
code /
prosody-modules
Changeset
4125:24404c289014
mod_invites_page: Fix HTML syntax error
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 14 Sep 2020 18:16:31 +0100 |
parents | 4124:4d54e75312af |
children | 4126:68ceb7e0cfe6 |
files | mod_invites_page/html/invite.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invites_page/html/invite.html Mon Sep 14 18:06:54 2020 +0100 +++ b/mod_invites_page/html/invite.html Mon Sep 14 18:16:31 2020 +0100 @@ -77,7 +77,7 @@ <h6 class="text-center">Already have a compatible app installed?</h6> <div class="text-center"> - <a href="{uri}" id="uri-cta class="btn btn-secondary btn-sm">Open the app</a><br/> + <a href="{uri}" id="uri-cta" class="btn btn-secondary btn-sm">Open the app</a><br/> <small class="text-muted">This button works only if you have a compatible app installed already!</small> </div> <br/>