[tor-commits] [tpo/staging] Remove typo

emmapeel at torproject.org emmapeel at torproject.org
Mon Nov 25 18:32:26 UTC 2019


commit 905b951adf8108d9431614113bda0c9ef5e3d547
Author: hiro <hiro at torproject.org>
Date:   Mon Nov 25 19:05:11 2019 +0100

    Remove typo
---
 templates/about.html    | 2 +-
 templates/homepage.html | 2 +-
 templates/layout.html   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/about.html b/templates/about.html
index 03dcdbd..a0dd26d 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -4,7 +4,7 @@
     <div class="container-fluid">
       <div class="row flex-xl-nowrap">
         {% set locale = bag('alternatives', alternative) %}
-        <main role="main" class="mx-auto col-12 {{ locale.order) }} {{ locale.direction }}">
+        <main role="main" class="mx-auto col-12 {{ locale.order }} {{ locale.direction }}">
           {% if this.path == "/about" %}
             {% set p1 = this.children.get('history') %}
             <div class="container py-3 mt-5 content">
diff --git a/templates/homepage.html b/templates/homepage.html
index a092ef7..c78cbe4 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -8,7 +8,7 @@
     <div class="container-fluid">
       <div class="row flex-xl-nowrap">
         {% set locale = bag('alternatives', alternative) %}
-        <main role="main" class="mx-auto col-12 {{ locale.order) }} {{ locale.direction }}">
+        <main role="main" class="mx-auto col-12 {{ locale.order }} {{ locale.direction }}">
           {% include this.html %}
           {% if this.parent.path != "/download" %}
             <div class="container pt-5 hero">
diff --git a/templates/layout.html b/templates/layout.html
index 5fa0153..27ffb60 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -4,7 +4,7 @@
     <div class="container-fluid">
       <div class="row flex-xl-nowrap">
         {% set locale = bag('alternatives', alternative) %}
-        <main role="main" class="mx-auto col-12 {{ locale.order) }} {{ locale.direction }}">
+        <main role="main" class="mx-auto col-12 {{ locale.order }} {{ locale.direction }}">
           <div class="container py-3 mt-5 preamble">
             {{ this.body }}
           </div>





More information about the tor-commits mailing list