[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tpo/staging] Remove typo
commit 905b951adf8108d9431614113bda0c9ef5e3d547
Author: hiro <hiro@xxxxxxxxxxxxxx>
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>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits