commit e633b6d2fcd3e30ffa638034b2d6c0cfcc561a73 Author: emma peel emma.peel@riseup.net Date: Fri Mar 26 13:11:02 2021 +0100
fix main page text for rtl languages. part of https://gitlab.torproject.org/tpo/anti-censorship/gettor-project/gettor-web/... --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/layout.html b/templates/layout.html index 22ce650..76871a1 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -24,7 +24,7 @@ </div> <div class="container-fluid"> <div class="row flex-xl-nowrap"> - <main role="main" class="mx-auto col-12 {{ bag('alternatives', this.alt, 'order') }}"> + <main role="main" class="mx-auto col-12 {{ bag('alternatives', this.alt, 'direction') }}"> <div class="container pt-5 justify-content-center"> <section> <div class="container py-3">
tor-commits@lists.torproject.org