
This is an automated email from the git hooks/post-receive script. meskio pushed a commit to branch main in repository bridgedb. commit 1505975c82373356a0fa551fe68a6b0d51cb6d34 Author: kez <kez@torproject.org> AuthorDate: Wed Jun 1 18:09:24 2022 -0700 Fix typos in tags --- frontend/templates/bridges.html | 2 +- frontend/templates/options.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/bridges.html b/frontend/templates/bridges.html index cbd0d64..04fab12 100644 --- a/frontend/templates/bridges.html +++ b/frontend/templates/bridges.html @@ -3,7 +3,7 @@ {% block body %} <hr class="margin-4r-0"> -<h5 id="bridgedb-support-header">Support</h6> +<h5 id="bridgedb-support-header">Support</h5> {{ this.body }} diff --git a/frontend/templates/options.html b/frontend/templates/options.html index cb61cb5..8eb1c9c 100644 --- a/frontend/templates/options.html +++ b/frontend/templates/options.html @@ -21,7 +21,7 @@ Additionally, BridgeDB has plenty of plain-ol\'-vanilla bridges — without any {{ render_advanced_options() }} <hr class="margin-4r-0"> -<h5 id="bridgedb-support-header">Support</h6> +<h5 id="bridgedb-support-header">Support</h5> {{ this.body }} -- To stop receiving notification emails like this one, please contact the administrator of this repository.