[tor-commits] [gettor-web/master] fix main page text for rtl languages. part of https://gitlab.torproject.org/tpo/anti-censorship/gettor-project/gettor-web/-/issues/3

hiro at torproject.org hiro at torproject.org
Mon Mar 29 14:42:06 UTC 2021


commit e050329d28dbb96777cafa583ce37df56d9c2fd8
Author: emma peel <emma.peel at 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/-/issues/3
---
 templates/layout.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/layout.html b/templates/layout.html
index e8db07e..fd6a115 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -23,7 +23,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">





More information about the tor-commits mailing list